summaryrefslogtreecommitdiff
path: root/testing/CMakeLists.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-17 15:46:59 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-17 15:46:59 -0700
commite02620c7bed8764421b9b4c258e594369615da39 (patch)
treef37ab9110d076e69b2c05c2b2a8a1659fb951b24 /testing/CMakeLists.txt
parent817ad50d9640b8ccce3636a00f732245ff09d38c (diff)
parentec38df6f91a51f7ef9b91384b2dc4817047421cd (diff)
Merge pull request #45 from nurupo/master
Improved build system
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r--testing/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
new file mode 100644
index 00000000..bb599b86
--- /dev/null
+++ b/testing/CMakeLists.txt
@@ -0,0 +1,7 @@
1include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake)
2include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake)
3include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake)
4include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake)
5include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake)
6include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake)
7include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) \ No newline at end of file