aboutsummaryrefslogtreecommitdiff
path: root/test/win/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/win/CMakeLists.txt')
-rw-r--r--test/win/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/win/CMakeLists.txt b/test/win/CMakeLists.txt
new file mode 100644
index 00000000..343b40fe
--- /dev/null
+++ b/test/win/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_executable(cru_test_win_base
+ string.cpp
+)
+target_link_libraries(cru_test_win_base PRIVATE cru_win_base cru_test_base)
+
+gtest_discover_tests(cru_test_win_base)