From 4fea9c26de9e04d50dc888d6d3e6bb52375831e7 Mon Sep 17 00:00:00 2001 From: Fabian Reister <fabian.reister@kit.edu> Date: Thu, 18 Mar 2021 21:55:03 +0100 Subject: [PATCH] cmake --- source/RobotAPI/components/armem/CMakeLists.txt | 2 +- source/RobotAPI/libraries/armem/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/RobotAPI/components/armem/CMakeLists.txt b/source/RobotAPI/components/armem/CMakeLists.txt index 6d75a1af0..b80992aea 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 844097e2b..0dca18cdb 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) -- GitLab