From: rnc Date: Fri, 29 Nov 2013 14:48:07 +0000 (+0000) Subject: BUG: Installation procedure: libyacsloader_echo.so library has to be installed in... X-Git-Tag: V7_3_0b1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f386ac1a8fc2b0db338e9cea61b920dcdd984a88;hp=4bfd18c77abdfe20b25f0e36415cbb05d62a2da0;p=modules%2Fyacs.git BUG: Installation procedure: libyacsloader_echo.so library has to be installed in order to launch echoSrv for testing purpose --- diff --git a/src/yacsloader/Test/CMakeLists.txt b/src/yacsloader/Test/CMakeLists.txt index 14637f92e..13198638f 100644 --- a/src/yacsloader/Test/CMakeLists.txt +++ b/src/yacsloader/Test/CMakeLists.txt @@ -97,6 +97,7 @@ SET(TestOptLoop_SOURCES # --- rules --- OMNIORB_ADD_MODULE(yacsloader_echo "${echo_IDL_FILES}" "${IDL_INCLUDE_DIRS}" "${IDL_LINK_FLAGS}") +INSTALL(TARGETS yacsloader_echo DESTINATION ${SALOME_INSTALL_LIBS}) ADD_EXECUTABLE(TestYacsLoader ${TestYacsLoader_SOURCES}) TARGET_LINK_LIBRARIES(TestYacsLoader yacsloader_echo ${TestYacsLoader_LIBRARIES})