summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeNMakeWindowsSystemConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r--Templates/CMakeNMakeWindowsSystemConfig.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Templates/CMakeNMakeWindowsSystemConfig.cmake b/Templates/CMakeNMakeWindowsSystemConfig.cmake
index ad36106..868a0a4 100644
--- a/Templates/CMakeNMakeWindowsSystemConfig.cmake
+++ b/Templates/CMakeNMakeWindowsSystemConfig.cmake
@@ -4,6 +4,12 @@
# Suffixes
+SET (CMAKE_SYSTEM "Win32" CACHE INTERNAL
+ "What system is this. Result of uname.")
+
+SET (CMAKE_BUILD_TOOL nmake CACHE INTERNAL
+ "What is the target build tool cmake is generating for.")
+
SET (CMAKE_EXECUTABLE_SUFFIX ".exe" CACHE STRING
"Executable suffix.")