Remove un-committed files
This commit is contained in:
parent
2c5c1655a6
commit
77d0c56627
1 changed files with 5 additions and 5 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue