summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/InterfaceRepo_Application_Test.mpc
blob: 8a641176f7e5c6a4a942116e39af4ff848b71b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project: server {
  depends += IFR_Client
  libs    += TAO_IFR_Client

  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(client): server {
  depends += IFR_Client DynamicInterface
  libs    += TAO_IFR_Client TAO_DynamicInterface

  IDL_Files {
  }

  Source_Files {
    ifr_dii_client.cpp
    client.cpp
  }
}