diff --git a/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt b/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
index b9434aeb6575293b01482473f3467403e969ab86..d177d23e37b51f1de6a96ceee909e5f4a4b18819 100644
--- a/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
+++ b/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
@@ -10,7 +10,8 @@ set(COMPONENT_LIBS
     RobotAPICore RobotAPIInterfaces
     armem
     aronopencvconverter aronjsonconverter
-
+    # ExampleMemory_aron
+    ExampleMemory # actually, the aron version is sufficient
     ${OpenCV_LIBRARIES}
 )