From 1148037c82b6ac2db366da19cfab801dfb4e88f8 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 17:45:44 +0100 Subject: Optimized cmake structure --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..4664c81 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(Src/) +add_subdirectory(Exec/) +add_subdirectory(Test/) -- cgit v1.2.3