From d559814d3e7f51cff159c616dda7e9d453d17c99 Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Tue, 8 Mar 2022 18:04:10 +0100 Subject: [PATCH] Fix wrong library name --- .../gui-plugins/SkillManagerPlugin/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt b/source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt index 749a9e263..1d427101f 100644 --- a/source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt +++ b/source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt @@ -37,7 +37,13 @@ set(GUI_UIS ) # 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) armarx_gui_plugin("${LIB_NAME}" "${SOURCES}" "" "${GUI_UIS}" "" "${COMPONENT_LIBS}") -- GitLab