aboutsummaryrefslogtreecommitdiff
path: root/test/win/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-05 23:06:02 +0800
committercrupest <crupest@outlook.com>2020-07-05 23:06:02 +0800
commit5c805e494425a88da1813902b1ad8a1ab351e30d (patch)
treebe3cfd96dcac19db3e256d610d48b5083c489a6c /test/win/CMakeLists.txt
parentbbec59718bf8a824583869126762013112f8e568 (diff)
downloadcru-5c805e494425a88da1813902b1ad8a1ab351e30d.tar.gz
cru-5c805e494425a88da1813902b1ad8a1ab351e30d.tar.bz2
cru-5c805e494425a88da1813902b1ad8a1ab351e30d.zip
...
Diffstat (limited to 'test/win/CMakeLists.txt')
-rw-r--r--test/win/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/win/CMakeLists.txt b/test/win/CMakeLists.txt
deleted file mode 100644
index 138af96b..00000000
--- a/test/win/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-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)