From 6c6a54b1326973b5312b1f53d914a5c8138fcd98 Mon Sep 17 00:00:00 2001 From: Astonex Date: Mon, 29 Jul 2013 23:11:20 +0100 Subject: Adding nTox_win32.make --- testing/cmake/nTox_win32.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/cmake/nTox_win32.cmake (limited to 'testing/cmake') 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 @@ +cmake_minimum_required(VERSION 2.6.0) +project(nTox_win32 C) + +set(exe_name nTox_win32) + +add_executable(${exe_name} + nTox_win32.c misc_tools.c) + +linkCoreLibraries(${exe_name}) -- cgit v1.2.3