summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIF/Receptacle/Receptacle.mpc
blob: 26d790ed9309a00686d3f44695bbb1b1a9bf3805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project (Receptacle_Test_Client) : ccm_configvalue, naming, ciao_base {
  after += CIF_Common CIF_Component_stub
  libpaths += ../lib
  libs += CIF_Common CIF_Component_stub
  exename = Receptacle_Test_Client
  includes += ..

  IDL_Files {
  }

  Source_Files {
    client.cpp
  }
}