1
0
Fork 0
forked from lthn/blockchain
blockchain/tests/db_tests/CMakeLists.txt
Dmitry Matsiukhov db96e6638d
bulk writer (#561)
* bulk writer

* delete

* refactor
2025-08-20 14:42:46 +01:00

4 lines
250 B
CMake

add_executable(db_tests db_tests.cpp)
add_executable(db_size_test db_size_test.cpp)
target_link_libraries(db_tests crypto common lmdb zlibstatic ${Boost_LIBRARIES})
target_link_libraries(db_size_test crypto common lmdb zlibstatic ${Boost_LIBRARIES})