Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix

This commit is contained in:
Daniel Larimer 2014-06-12 02:23:57 -04:00
commit cbc43a924c

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 )