forked from lthn/blockchain
db_tests: fix undefined references in get_log_chunk_gzipped
This commit is contained in:
parent
9d0f8c9966
commit
b3a8435175
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
add_executable(db_tests db_tests.cpp)
|
||||
target_link_libraries(db_tests crypto common lmdb ${Boost_LIBRARIES})
|
||||
target_link_libraries(db_tests crypto common lmdb zlib ${Boost_LIBRARIES})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue