blockchain/tests/db_tests/CMakeLists.txt
anonimal e9d49662e9
db_tests: use static zlib for build consistency
The build is still fixed but, after further review, the zlib dynamic lib
is never actually used in the zano build (sorry about that). As such, I
think there should be build-consistency until further action is taken
regarding any unnecessary dynamic dependency building.
2019-02-20 20:08:43 +00:00

3 lines
120 B
CMake

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