summaryrefslogtreecommitdiff
path: root/testing/cmake/nTox.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cmake/nTox.cmake')
-rw-r--r--testing/cmake/nTox.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/cmake/nTox.cmake b/testing/cmake/nTox.cmake
deleted file mode 100644
index 44476b8f..00000000
--- a/testing/cmake/nTox.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
1cmake_minimum_required(VERSION 2.6.0)
2project(nTox C)
3
4set(exe_name nTox)
5
6add_executable(${exe_name}
7 nTox.c misc_tools.c)
8
9target_link_libraries(${exe_name}
10 ncurses)
11
12linkCoreLibraries(${exe_name})