summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-02 18:37:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-02 18:37:53 (GMT)
commit86ad2534270feb3b15bea773cb4d3f04f998ec48 (patch)
tree68b93cd0c28cd59f9a1ace52f1b6540d29857ad9 /Modules/Platform/Windows.cmake
parent1c289b52f4b6b870ebde3bbdff17a5aaf74fe8e9 (diff)
downloadCMake-86ad2534270feb3b15bea773cb4d3f04f998ec48.zip
CMake-86ad2534270feb3b15bea773cb4d3f04f998ec48.tar.gz
CMake-86ad2534270feb3b15bea773cb4d3f04f998ec48.tar.bz2
BUG: fix for bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
Diffstat (limited to 'Modules/Platform/Windows.cmake')
-rw-r--r--Modules/Platform/Windows.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows.cmake b/Modules/Platform/Windows.cmake
index 29198b5..163d3f6 100644
--- a/Modules/Platform/Windows.cmake
+++ b/Modules/Platform/Windows.cmake
@@ -2,6 +2,7 @@ SET(CMAKE_STATIC_LIBRARY_PREFIX "")
SET(CMAKE_STATIC_LIBRARY_SUFFIX ".lib")
SET(CMAKE_SHARED_LIBRARY_PREFIX "") # lib
SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll") # .so
+SET(CMAKE_EXECUTABLE_SUFFIX ".exe") # .exe
SET(CMAKE_LINK_LIBRARY_SUFFIX ".lib")
SET(CMAKE_DL_LIBS "")