summaryrefslogtreecommitdiff
path: root/testing/cmake
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-07-29 23:11:20 +0100
committerAstonex <softukitu@gmail.com>2013-07-29 23:11:20 +0100
commit6c6a54b1326973b5312b1f53d914a5c8138fcd98 (patch)
treea868779ca5f7f36dea4009b01354b7c796d4995b /testing/cmake
parentca5660cc47402822663230ee3cbb114acf3a3ea9 (diff)
Adding nTox_win32.make
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})