From 3f77fab2d9ada5b029cf823674adaa5e5ea7d403 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 13 Dec 2020 22:01:38 +0100 Subject: [PATCH] taken over cmake lists --- rmap/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rmap/CMakeLists.txt diff --git a/rmap/CMakeLists.txt b/rmap/CMakeLists.txt new file mode 100644 index 00000000..78c99e42 --- /dev/null +++ b/rmap/CMakeLists.txt @@ -0,0 +1,7 @@ +target_sources(${LIB_FSFW_NAME} + PRIVATE + RMAP.cpp + RMAPCookie.cpp + RmapDeviceCommunicationIF.cpp +) +