diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 00000000..d41e3467 --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,8 @@ +find_package(GTest CONFIG REQUIRED) + +include(GoogleTest) + +add_subdirectory(win) + +add_library(cru_test_base INTERFACE) +target_link_libraries(cru_test_base INTERFACE GTest::gtest GTest::gtest_main) |