remove udt files from build

This commit is contained in:
Daniel Larimer 2014-06-24 23:23:27 -04:00
parent 5072768243
commit a5747c18db

View file

@ -227,11 +227,11 @@ target_link_libraries( ntp_test fc )
include_directories( vendor/udt4/src )
add_executable( udt_server tests/udt_server.cpp )
target_link_libraries( udt_server fc udt )
#add_executable( udt_server tests/udt_server.cpp )
#target_link_libraries( udt_server fc udt )
add_executable( udt_client tests/udt_client.cpp )
target_link_libraries( udt_client fc udt )
#add_executable( udt_client tests/udt_client.cpp )
#target_link_libraries( udt_client fc udt )
#add_executable( test_compress tests/compress.cpp )
#target_link_libraries( test_compress fc )