From 92775cedd03391a69ce9465adb3453f84ac006ae Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Wed, 23 Jun 2021 08:21:05 +0200 Subject: [PATCH] Update CMakeLists to MemoryID_operators.h --- source/RobotAPI/libraries/armem/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/RobotAPI/libraries/armem/CMakeLists.txt b/source/RobotAPI/libraries/armem/CMakeLists.txt index b8442bdf0..a374c1ac1 100644 --- a/source/RobotAPI/libraries/armem/CMakeLists.txt +++ b/source/RobotAPI/libraries/armem/CMakeLists.txt @@ -26,6 +26,7 @@ set(LIBS set(LIB_FILES core/Commit.cpp core/MemoryID.cpp + core/MemoryID_operators.cpp core/SuccessHeader.cpp core/Time.cpp core/ice_conversions.cpp @@ -127,6 +128,7 @@ set(LIB_HEADERS core/Commit.h core/DataMode.h core/MemoryID.h + core/MemoryID_operators.h core/SuccessHeader.h core/Time.h core/aron_conversions.h -- GitLab