[gandalf] Fix: failed build on Linux, rt library needed for ntp support.

This commit is contained in:
Gandalf-the-Grey 2014-06-12 02:21:09 -04:00
parent 36d657fb62
commit e141fba98d

View file

@ -216,7 +216,7 @@ target_include_directories(fc
target_link_libraries( fc PUBLIC easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES} ${CMAKE_DL_LIBS})
add_executable( ntp_test ntp_test.cpp )
target_link_libraries( ntp_test fc )
target_link_libraries( ntp_test fc ${rt_library} )
#add_executable( test_compress tests/compress.cpp )
#target_link_libraries( test_compress fc )