summaryrefslogtreecommitdiff
path: root/testing/cmake
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-29 17:43:55 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-29 17:43:55 -0700
commitd503941f6cca9901e5b2946bf5997092e69b6520 (patch)
treee7657454b675933b6529c2155ef565b218cd5caf /testing/cmake
parenta39ee46b18ac92b480ab184bedfb12784df12f04 (diff)
parent59ccce35a6afd8e98c28c26d8a53b1880cb16ba8 (diff)
Merge pull request #138 from Astonex/master
nTox modified for Windows (ncurses removed)
Diffstat (limited to 'testing/cmake')
-rw-r--r--testing/cmake/nTox_win32.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/cmake/nTox_win32.cmake b/testing/cmake/nTox_win32.cmake
new file mode 100644
index 00000000..5acfb411
--- /dev/null
+++ b/testing/cmake/nTox_win32.cmake
@@ -0,0 +1,9 @@
1cmake_minimum_required(VERSION 2.6.0)
2project(nTox_win32 C)
3
4set(exe_name nTox_win32)
5
6add_executable(${exe_name}
7 nTox_win32.c misc_tools.c)
8
9linkCoreLibraries(${exe_name})