summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/Pluggable.mpc
blob: 11f18462fe0e0536f74dffe73917d0742c09e31a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*server): taoserver {
  Source_Files {
    PP_Test_Server.cpp
    PP_Test_i.cpp
    server.cpp
  }
}

project(*client) : taoclient {
  Source_Files {
    PP_TestC.cpp
    PP_Test_Client.cpp
    client.cpp
  }
}