diff options
Diffstat (limited to 'source/tests/CMakeLists.txt')
| -rw-r--r-- | source/tests/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt new file mode 100644 index 0000000..57961c1 --- /dev/null +++ b/source/tests/CMakeLists.txt @@ -0,0 +1,6 @@ +find_package("Catch2") + +include("Catch") +enable_testing() + +add_subdirectory("lib/system")
\ No newline at end of file |
