From 9edd02fa88391bbe408696d50ce306a7531b9d10 Mon Sep 17 00:00:00 2001 From: Fabian Paus <fabian.paus@kit.edu> Date: Mon, 10 Oct 2016 17:18:20 +0200 Subject: [PATCH] Put StructuralJson in its own library --- source/RobotAPI/gui-plugins/RobotViewerPlugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/RobotAPI/gui-plugins/RobotViewerPlugin/CMakeLists.txt b/source/RobotAPI/gui-plugins/RobotViewerPlugin/CMakeLists.txt index 71ab524c0..60dd082a6 100644 --- a/source/RobotAPI/gui-plugins/RobotViewerPlugin/CMakeLists.txt +++ b/source/RobotAPI/gui-plugins/RobotViewerPlugin/CMakeLists.txt @@ -36,7 +36,7 @@ set(GUI_UIS RobotViewerGuiPlugin.ui ) -set(COMPONENT_LIBS RobotAPIUnits DebugDrawer SimpleConfigDialog StatechartEditorGuiPlugin ${Simox_LIBRARIES}) +set(COMPONENT_LIBS RobotAPIUnits DebugDrawer SimpleConfigDialog StructuralJson ${Simox_LIBRARIES}) -- GitLab