1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/db_tests/CMakeLists.txt

4 lines
120 B
Text
Raw Permalink Normal View History

2018-12-27 18:50:45 +03:00
add_executable(db_tests db_tests.cpp)
2025-09-30 16:48:13 +01:00
target_link_libraries(db_tests crypto common lmdb ZLIB::ZLIB ${Boost_LIBRARIES})
2018-12-27 18:50:45 +03:00