initial commit
This commit is contained in:
7
tests/CMakeLists.txt
Normal file
7
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
find_package(GTest REQUIRED)
|
||||
|
||||
add_executable(tests filter-test.cpp)
|
||||
target_link_libraries(tests GTest::gtest_main app_lib)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(tests)
|
||||
Reference in New Issue
Block a user