Merge pull request #20 from pch957/patch2

add depend lib for libcrypt.a: libdl and libz
This commit is contained in:
Daniel Larimer 2014-03-19 23:59:33 -04:00
commit b103a52d55

View file

@ -194,7 +194,7 @@ target_include_directories(fc
${CMAKE_CURRENT_SOURCE_DIR}/vendor/easylzma/src
)
target_link_libraries( fc easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} )
target_link_libraries( fc easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_DL_LIBS})
#add_executable( test_compress tests/compress.cpp )
#target_link_libraries( test_compress fc )