From 55c93fe609888be73677317978959040cf35b2ff Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 19 Mar 2022 13:21:54 +0100 Subject: refactor: implement matrix iterator --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3-18-g5258