summaryrefslogtreecommitdiff
path: root/TAO/tests/FL_Cube/FL_Cube.mpc
blob: 6d0e126775c1fb70a5b0071468ea64617f5147ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
project(*client) : taoclient, portableserver, tao_flresource {
  source_files {
    client.cpp
  }
}

project(*server) : taoserver, tao_flresource {
  after += *client
  source_files {
    server.cpp
    test_i.cpp
  }
}