diff --git a/source/RobotAPI/components/armem/CMakeLists.txt b/source/RobotAPI/components/armem/CMakeLists.txt
index 6d75a1af055cfcb0bf49a8785be427cf7b955cf8..b80992aeaf1f03968a7b229d600def905796d1f7 100644
--- a/source/RobotAPI/components/armem/CMakeLists.txt
+++ b/source/RobotAPI/components/armem/CMakeLists.txt
@@ -8,7 +8,7 @@ add_subdirectory(server/SkillsMemory)
 
 
 # clients
-add_subdirectory(client/ExampleClient)
+add_subdirectory(client)
 
 # The memory name system
 add_subdirectory(MemoryNameSystem)
diff --git a/source/RobotAPI/libraries/armem/CMakeLists.txt b/source/RobotAPI/libraries/armem/CMakeLists.txt
index 844097e2b278b7b4dc2b92bb38daa2ea47aa8123..0dca18cdbbbb8d1c4302c26666d7755a3d671673 100644
--- a/source/RobotAPI/libraries/armem/CMakeLists.txt
+++ b/source/RobotAPI/libraries/armem/CMakeLists.txt
@@ -149,5 +149,7 @@ armarx_enable_aron_file_generation_for_target(
 )
 
 
+add_library(RobotAPI::libraries::armem ALIAS "${LIB_NAME}")
+
 # add unit tests
 add_subdirectory(test)