summaryrefslogtreecommitdiff
path: root/testing/cmake
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-23 03:35:06 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-23 03:35:06 -0700
commit9eddeb0fd3c400f338e4624c0b4256c5993e294d (patch)
tree4ad9c3d84411354b81435bc01c9dcf5e3c6eb473 /testing/cmake
parentc1888fb30b7d9eea3501b72085a1ca10eeffc901 (diff)
parent97aef1442d067719523863fc9ea55a475934d284 (diff)
Merge pull request #517 from stqism/screw-nTox_win32
Removed nTox_win32
Diffstat (limited to 'testing/cmake')
-rw-r--r--testing/cmake/nTox_win32.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/cmake/nTox_win32.cmake b/testing/cmake/nTox_win32.cmake
deleted file mode 100644
index 0e33913f..00000000
--- a/testing/cmake/nTox_win32.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
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})