summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/Simple_Naming.mpc
blob: d07f779cc809ea0fa84db90c064eebd876dd1e07 (plain)
1
2
3
4
5
6
7
8
9
10
project(Simple Naming Client) : orbsvcsexe {
  depends += CosNaming Svc_Utils IORTable PortableServer
  exename  = client
  libs    += TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer

  Source_Files {
    client.cpp
  }
}