From d1bf99468f76136d873ad4ba100aba06d986f8eb Mon Sep 17 00:00:00 2001 From: Bahram Haddadi Date: Mon, 30 Jan 2023 14:45:05 +0100 Subject: [PATCH] Added the DEMSystems to the CMakeLists.txt file --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92ccf476..2c45ef0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,8 @@ add_subdirectory(src) add_subdirectory(solvers) add_subdirectory(utilities) + +add_subdirectory(DEMSystems) #add_subdirectory(test_newFeatures)