From ab232f5d0224a36f23be084588246fbacec639ed Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 24 Dec 2019 23:06:44 +0800 Subject: ... --- test/win/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/win/CMakeLists.txt (limited to 'test/win/CMakeLists.txt') 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) -- cgit v1.2.3