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/dablooms/test/CMakeLists.txt

5 lines
160 B
CMake
Raw Normal View History

2023-12-29 11:39:49 +08:00
add_executable(gtest_dablooms gtest_dablooms.cpp)
target_link_libraries(gtest_dablooms dablooms gtest)
include(GoogleTest)
gtest_discover_tests(gtest_dablooms)