diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-17 15:46:59 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-17 15:46:59 -0700 |
commit | e02620c7bed8764421b9b4c258e594369615da39 (patch) | |
tree | f37ab9110d076e69b2c05c2b2a8a1659fb951b24 /testing/CMakeLists.txt | |
parent | 817ad50d9640b8ccce3636a00f732245ff09d38c (diff) | |
parent | ec38df6f91a51f7ef9b91384b2dc4817047421cd (diff) |
Merge pull request #45 from nurupo/master
Improved build system
Diffstat (limited to 'testing/CMakeLists.txt')
-rw-r--r-- | testing/CMakeLists.txt | 7 |
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 @@ | |||
1 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_cryptosendfiletest.cmake) | ||
2 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_sendfiletest.cmake) | ||
3 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/DHT_test.cmake) | ||
4 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testclient.cmake) | ||
5 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Lossless_UDP_testserver.cmake) | ||
6 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Messenger_test.cmake) | ||
7 | include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/nTox.cmake) \ No newline at end of file | ||