diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a2ca4c..cdc73e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ IF(BUILD_CursesDialog) SUBDIRS(Source/CursesDialog/form) ENDIF(BUILD_CursesDialog) -SUBDIRS(Source Modules Templates Utilities) +SUBDIRS(Source Modules Templates Utilities Tests/CMakeTests) ENABLE_TESTING() # Include the standard Dart testing module |