This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/deps/interval_tree/test/CMakeLists.txt
2024-03-21 10:06:11 +08:00

5 lines
185 B
CMake

add_executable(gtest_interval_tree gtest_interval_tree.cpp)
target_link_libraries(gtest_interval_tree interval_tree gtest)
include(GoogleTest)
gtest_discover_tests(gtest_interval_tree)