summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc
blob: 9cb0606bc0e3f19411635b3dee5a039f0af47b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*Server): taoserver, valuetype {
  Source_Files {
    testS.cpp
    testC.cpp
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, valuetype {
  Source_Files {
    testC.cpp
    client.cpp
  }
}