summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Server/MT_Server.mpc
blob: c03595ecc1deab2bc75e40b4914519f2191067c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(MT Server Server): server {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(MT Server Client): client {
  Source_Files {
    testC.cpp
    client.cpp
  }
}