aboutsummaryrefslogtreecommitdiff
path: root/source/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/CMakeLists.txt')
-rw-r--r--source/tests/CMakeLists.txt6
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