Skip to content
Snippets Groups Projects
Commit 83bf86e4 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by GitHub
Browse files

Merge pull request #47 from jcarpent/devel

Fix linkage issue
parents 9ef2d391 11c7025d
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