Merge pull request #20 from pch957/patch2
add depend lib for libcrypt.a: libdl and libz
This commit is contained in:
commit
b103a52d55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue