diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66bad3a..1dfce91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,3 +9,7 @@ project(game-of-life CXX) add_subdirectory(lib) add_subdirectory(src) + +if("${TESTING}") + add_subdirectory(test) +endif() |