Skip to content
Snippets Groups Projects
Unverified Commit 8fd56703 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #130 from jcarpent/devel

cmake: fix linkage
parents 906766a7 528f8bef
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ IF(NOT CLIENT_ONLY)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} gepetto-viewer)
ENDIF(NOT CLIENT_ONLY)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} omniORB4)
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${QT_LIBRARIES})
INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION lib)
......
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