diff options
-rw-r--r-- | testing/cmake/nTox_win32.cmake | 9 |
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 @@ | |||
1 | cmake_minimum_required(VERSION 2.6.0) | ||
2 | project(nTox_win32 C) | ||
3 | |||
4 | set(exe_name nTox_win32) | ||
5 | |||
6 | add_executable(${exe_name} | ||
7 | nTox_win32.c misc_tools.c) | ||
8 | |||
9 | linkCoreLibraries(${exe_name}) | ||