1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/db_tests/CMakeLists.txt
2025-09-30 16:48:13 +01:00

3 lines
120 B
CMake

add_executable(db_tests db_tests.cpp)
target_link_libraries(db_tests crypto common lmdb ZLIB::ZLIB ${Boost_LIBRARIES})