diff options
Diffstat (limited to 'CMakeWindowsSystemConfig.cmake')
-rw-r--r-- | CMakeWindowsSystemConfig.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeWindowsSystemConfig.cmake b/CMakeWindowsSystemConfig.cmake new file mode 100644 index 0000000..e1faa24 --- /dev/null +++ b/CMakeWindowsSystemConfig.cmake @@ -0,0 +1,8 @@ +# +# 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) + |