Skip to content
Snippets Groups Projects
Commit 847e4609 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Reduce number of link libraries

parent e633a6cb
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,7 @@ set(GUI_MOC_HDRS HomogeneousMatrixCalculatorWidgetController.h)
set(GUI_UIS HomogeneousMatrixCalculatorWidget.ui)
set(GUI_RCS icons.qrc)
# Add more libraries you depend on here, e.g. ${QT_LIBRARIES}.
set(COMPONENT_LIBS ${Simox_LIBRARIES})
set(COMPONENT_LIBS VirtualRobot)
if(ArmarXGui_FOUND)
install(DIRECTORY icons/ DESTINATION share/${PROJECT_NAME} COMPONENT data)
......
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