blob: 90aead5a8fba2405d29a6983f2e2284fc7d9f825 (
plain)
1
2
3
4
5
6
7
8
9
10
|
project(CosEvent Test Lib): orbsvcslib {
sharedname = CECTests
depends += CosEvent CosNaming Svc_Utils IORTable PortableServer
libs += TAO_CosEvent TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer
dllflags = CEC_TEST_BUILD_DLL
Header_Files {
cectest_export.h
}
}
|