diff options
Diffstat (limited to 'source/CMakeLists.txt')
| -rw-r--r-- | source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 38a8208..300953d 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -5,6 +5,8 @@ project("wanda" VERSION "1.0.0" ) +enable_testing() + add_subdirectory("app") add_subdirectory("lib") add_subdirectory("tests")
\ No newline at end of file |
