diff options
Diffstat (limited to 'testing/cmake/DHT_cryptosendfiletest.cmake')
-rw-r--r-- | testing/cmake/DHT_cryptosendfiletest.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cmake/DHT_cryptosendfiletest.cmake b/testing/cmake/DHT_cryptosendfiletest.cmake index 8d6079f8..c98a2bcd 100644 --- a/testing/cmake/DHT_cryptosendfiletest.cmake +++ b/testing/cmake/DHT_cryptosendfiletest.cmake | |||
@@ -4,6 +4,6 @@ project(DHT_cryptosendfiletest C) | |||
4 | set(exe_name DHT_cryptosendfiletest) | 4 | set(exe_name DHT_cryptosendfiletest) |
5 | 5 | ||
6 | add_executable(${exe_name} | 6 | add_executable(${exe_name} |
7 | DHT_cryptosendfiletest.c) | 7 | DHT_cryptosendfiletest.c misc_tools.c) |
8 | 8 | ||
9 | linkCoreLibraries(${exe_name}) \ No newline at end of file | 9 | linkCoreLibraries(${exe_name}) |