Skip to content
Snippets Groups Projects
Commit d559814d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix wrong library name

parent ea6ec318
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,13 @@ set(GUI_UIS ...@@ -37,7 +37,13 @@ set(GUI_UIS
) )
# Add more libraries you depend on here, e.g. ${QT_LIBRARIES}. # Add more libraries you depend on here, e.g. ${QT_LIBRARIES}.
set(COMPONENT_LIBS RobotAPIInterfaces aron skills aronjsonconverter SimpleConfigDialog) set(COMPONENT_LIBS
RobotAPIInterfaces
aron
RobotAPISkills
aronjsonconverter
SimpleConfigDialog
)
if(ArmarXGui_FOUND) if(ArmarXGui_FOUND)
armarx_gui_plugin("${LIB_NAME}" "${SOURCES}" "" "${GUI_UIS}" "" "${COMPONENT_LIBS}") armarx_gui_plugin("${LIB_NAME}" "${SOURCES}" "" "${GUI_UIS}" "" "${COMPONENT_LIBS}")
......
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