remove udt files from build
This commit is contained in:
parent
5072768243
commit
a5747c18db
1 changed files with 4 additions and 4 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue