summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc
blob: 500f0d85da7ac040ba8172dce8ed4ed45f1d7532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project: rt_server {
  Source_Files {
    server.cpp
  }
}

project: client {
  requires += rt_corba
  Source_Files {
    testC.cpp
    client.cpp
  }
}