aboutsummaryrefslogtreecommitdiff
path: root/source/tests/app/wandac/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/app/wandac/CMakeLists.txt')
-rw-r--r--source/tests/app/wandac/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests/app/wandac/CMakeLists.txt b/source/tests/app/wandac/CMakeLists.txt
new file mode 100644
index 0000000..ab07030
--- /dev/null
+++ b/source/tests/app/wandac/CMakeLists.txt
@@ -0,0 +1,11 @@
+add_executable("wanda-tests-wandac"
+ "src/cli.cpp"
+)
+
+target_link_libraries("wanda-tests-wandac" PRIVATE
+ "${PROJECT_NAME}c-components"
+
+ "Catch2::Catch2WithMain"
+)
+
+catch_discover_tests("wanda-tests-wandac") \ No newline at end of file