diff --git a/source/RobotAPI/libraries/ArmarXObjects/CMakeLists.txt b/source/RobotAPI/libraries/ArmarXObjects/CMakeLists.txt
index 6805888c903874647339cea35cc2422c44064a4f..888bf9486ff41102f9355c1de55c72c0232342a6 100644
--- a/source/RobotAPI/libraries/ArmarXObjects/CMakeLists.txt
+++ b/source/RobotAPI/libraries/ArmarXObjects/CMakeLists.txt
@@ -4,6 +4,8 @@ armarx_component_set_name("${LIB_NAME}")
 armarx_set_target("Library: ${LIB_NAME}")
 
 set(LIBS
+    # ArmarXGui
+    RemoteGui
     # RobotAPI
     RobotAPI::Core
 )