diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
commit | 3da299a796f6905662cbee7361e9a59c3c59c7b5 (patch) | |
tree | 2be91ba70da59e30e90396d6a858c70e43c23ab3 /Templates/CMakeNMakeWindowsSystemConfig.cmake | |
parent | 9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (diff) | |
download | CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.zip CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.gz CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.bz2 |
ENH: add some OS/compiler variables
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeNMakeWindowsSystemConfig.cmake | 6 |
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.") |