diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..bb5615e --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,7 @@ + +set(CMAKE_CXX_STANDARD 11) + +add_subdirectory(bankmap) + +add_library(Catch-objects OBJECT "common/catch_main.cpp") +target_include_directories(Catch-objects PRIVATE "common") |