From 60d756d615e12fb451ef217bac68b44205da6dd3 Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Thu, 12 Dec 2024 17:10:02 +0100 Subject: [PATCH] adding source file to cmakelists --- source/RobotAPI/components/DebugDrawer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/RobotAPI/components/DebugDrawer/CMakeLists.txt b/source/RobotAPI/components/DebugDrawer/CMakeLists.txt index 131cc850c..5322817c5 100644 --- a/source/RobotAPI/components/DebugDrawer/CMakeLists.txt +++ b/source/RobotAPI/components/DebugDrawer/CMakeLists.txt @@ -5,6 +5,7 @@ set(COMPONENT_LIBS ArmarXCore RobotAPIInterfaces RobotAPICore) set(SOURCES DebugDrawerComponent.cpp DebugDrawerHelper.cpp + DebugDrawerUtils.cpp ) set(HEADERS DebugDrawerComponent.h -- GitLab