Skip to content
Snippets Groups Projects
Commit 11c7025d authored by jcarpent's avatar jcarpent
Browse files

[CMake] Add missing target link

parent 9ef2d391
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ IF(NOT CLIENT_ONLY)
ADD_EXECUTABLE (gepetto-viewer-server corbaserver.cc)
TARGET_LINK_LIBRARIES(gepetto-viewer-server ${LIBRARY_NAME})
PKG_CONFIG_USE_DEPENDENCY(gepetto-viewer-server omniORB4)
PKG_CONFIG_USE_DEPENDENCY(gepetto-viewer-server gepetto-viewer)
#TARGET_LINK_LIBRARIES(gepetto-viewer-server ${Boost_LIBRARIES})
INSTALL (TARGETS gepetto-viewer-server DESTINATION bin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment