summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorzoff99 <zoff@zoff.cc>2018-02-05 21:07:26 +0100
committeriphydf <iphydf@users.noreply.github.com>2018-02-17 16:32:25 +0000
commit82662d4e16937997c36d2090a17c3b2389fa4ad5 (patch)
tree2edd3ed06711e7b04a0584daac6986026e299dcd /CMakeLists.txt
parent35f13ef51dbf99c3d45d04f572e9e88795df7ae6 (diff)
Make outgoing Filetransfers round-robin.
Instead of 1 FT blocking all others.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8bba3519..9acb97d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -524,6 +524,7 @@ auto_test(conference)
524auto_test(crypto MSVC_DONT_BUILD) 524auto_test(crypto MSVC_DONT_BUILD)
525auto_test(dht MSVC_DONT_BUILD) 525auto_test(dht MSVC_DONT_BUILD)
526auto_test(encryptsave) 526auto_test(encryptsave)
527auto_test(file_transfer)
527auto_test(lan_discovery) 528auto_test(lan_discovery)
528auto_test(messenger MSVC_DONT_BUILD) 529auto_test(messenger MSVC_DONT_BUILD)
529auto_test(network) 530auto_test(network)