summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeWindowsSystemConfig.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-17 16:04:41 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-17 16:04:41 (GMT)
commite093e4a4e001cd620e36d30eb05d44210117e6f9 (patch)
treea38845db5466ad1905d9e3d19a622e380f05d34e /Templates/CMakeWindowsSystemConfig.cmake
parent5e4b4ddaf2fb430d489e953f21bc8a34432870df (diff)
downloadCMake-e093e4a4e001cd620e36d30eb05d44210117e6f9.zip
CMake-e093e4a4e001cd620e36d30eb05d44210117e6f9.tar.gz
CMake-e093e4a4e001cd620e36d30eb05d44210117e6f9.tar.bz2
new directory
Diffstat (limited to 'Templates/CMakeWindowsSystemConfig.cmake')
-rw-r--r--Templates/CMakeWindowsSystemConfig.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/Templates/CMakeWindowsSystemConfig.cmake b/Templates/CMakeWindowsSystemConfig.cmake
new file mode 100644
index 0000000..a1ca685
--- /dev/null
+++ b/Templates/CMakeWindowsSystemConfig.cmake
@@ -0,0 +1,9 @@
+#
+# CMakeLocal.make.in should be in the directory where you run configure
+# in, which need not be the source directory
+#
+SET (WORDS_BIGENDIAN )
+SET (HAVE_LIMITS_H 1)
+SET (HAVE_UNISTD_H 1)
+SET (CXX VC++60)
+