aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c354fba9..c4133193 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,14 +1,10 @@
include(Catch)
-add_library(cru_test_base INTERFACE)
-target_link_libraries(cru_test_base INTERFACE Catch2::Catch2WithMain)
+add_library(CruTestBase INTERFACE)
+target_link_libraries(CruTestBase INTERFACE Catch2::Catch2WithMain)
add_subdirectory(common)
add_subdirectory(platform)
add_subdirectory(xml)
add_subdirectory(toml)
add_subdirectory(ui)
-
-if(WIN32)
- add_subdirectory(win)
-endif()