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
2024-01-03 17:18:15 +08:00

9 lines
329 B
CMake

###############################################################################
# gtest
###############################################################################
add_executable(gtest_dablooms gtest_dablooms.cpp)
target_link_libraries(gtest_dablooms dablooms gtest)
include(GoogleTest)
gtest_discover_tests(gtest_dablooms)