X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FTest%2FCMakeLists.txt;fp=src%2Fruntime%2FTest%2FCMakeLists.txt;h=2775341eb7554c9eed46b98eceabcf49a4d88b9d;hb=897ddc60aa24cb03d23e856a1560b9933eda94bd;hp=d3549a5c77124c4b12807e469c33e7d287ba890d;hpb=4f6d21d315cb1d6889eb0cff04e5b99cd6937413;p=modules%2Fyacs.git diff --git a/src/runtime/Test/CMakeLists.txt b/src/runtime/Test/CMakeLists.txt index d3549a5c7..2775341eb 100644 --- a/src/runtime/Test/CMakeLists.txt +++ b/src/runtime/Test/CMakeLists.txt @@ -104,6 +104,12 @@ TARGET_LINK_LIBRARIES(runtimeTestEchoSrv runtime_echo ${OMNIORB_LIBRARIES}) ADD_EXECUTABLE(echo_clt ${echo_clt_SOURCES}) TARGET_LINK_LIBRARIES(echo_clt runtime_echo ${OMNIORB_LIBRARIES}) +if(WIN32) + add_library(TestComponentLocal_lib STATIC ${TestComponentLocal_SOURCES}) + TARGET_LINK_LIBRARIES(TestComponentLocal_lib ${_link_LIBRARIES}) + set_target_properties(TestComponentLocal_lib PROPERTIES OUTPUT_NAME TestComponentLocal) +endif(WIN32) + ADD_LIBRARY(TestComponentLocal ${TestComponentLocal_SOURCES}) TARGET_LINK_LIBRARIES(TestComponentLocal YACSlibEngine)