From 2755045be11cc8c91fd24f0939a37b9b2e8fa862 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Jun 2021 13:53:42 +0200 Subject: [PATCH] cmake lists --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..48e365d --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(mission) +add_subdirectory(test) +add_subdirectory(common)