diff options
author | crupest <crupest@outlook.com> | 2019-12-24 23:06:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-24 23:06:44 +0800 |
commit | ab232f5d0224a36f23be084588246fbacec639ed (patch) | |
tree | 80043ae30f519053862cc07d7fa9d2ead63ddfec /test/CMakeLists.txt | |
parent | 0a25a6f5e3ece27791999d45e8aa83d83eb796d0 (diff) | |
download | cru-ab232f5d0224a36f23be084588246fbacec639ed.tar.gz cru-ab232f5d0224a36f23be084588246fbacec639ed.tar.bz2 cru-ab232f5d0224a36f23be084588246fbacec639ed.zip |
...
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) |