forked from lthn/blockchain
3 lines
114 B
CMake
3 lines
114 B
CMake
add_executable(db_tests db_tests.cpp)
|
|
target_link_libraries(db_tests crypto common lmdb zlib ${Boost_LIBRARIES})
|
|
|