Remove un-committed files

This commit is contained in:
Eric Frias 2014-06-25 18:34:33 -04:00
parent 2c5c1655a6
commit 77d0c56627

View file

@ -225,13 +225,13 @@ target_link_libraries( fc PUBLIC easylzma_static ${Boost_LIBRARIES} ${OPENSSL_LI
add_executable( ntp_test ntp_test.cpp )
target_link_libraries( ntp_test fc )
include_directories( vendor/udt4/src )
#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 )