diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cdeea380..8d621f5a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,9 +231,9 @@ target_link_libraries(${BTCPP_LIBRARY} tinyxml2::tinyxml2 minicoro::minicoro flatbuffers::flatbuffers + PUBLIC $<$:cppzmq> $<$:SQLite::SQLite3> - PUBLIC ${BTCPP_EXTRA_LIBRARIES} )