Skip to content

Commit

Permalink
link libi2pd to boost and zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
khumarahn committed Jun 1, 2019
1 parent 64707db commit 7147a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/CMakeLists.txt
Expand Up @@ -470,6 +470,7 @@ if (WITH_BINARY)
if (WITH_STATIC)
set(DL_LIB ${CMAKE_DL_LIBS})
endif()
target_link_libraries(libi2pd ${Boost_LIBRARIES} ${ZLIB_LIBRARY})
target_link_libraries( "${PROJECT_NAME}" libi2pd libi2pdclient ${DL_LIB} ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MINGW_EXTRA} ${DL_LIB} ${CMAKE_REQUIRED_LIBRARIES})

install(TARGETS "${PROJECT_NAME}" RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Runtime)
Expand Down

0 comments on commit 7147a36

Please sign in to comment.