get system info into cmake
This commit is contained in:
parent
ca64a39b86
commit
9020fec9a9
8
CMakeSystemConfig.txt.in
Normal file
8
CMakeSystemConfig.txt.in
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# CMakeLocal.make.in should be in the directory where you run configure
|
||||
# in, which need not be the source directory
|
||||
#
|
||||
Define WORDS_BIGENDIAN @WORDS_BIGENDIAN@
|
||||
Define HAVE_LIMITS_H @HAVE_LIMITS_H@
|
||||
Define HAVE_UNISTD_H @HAVE_UNISTD_H@
|
||||
|
8
CMakeWindowsSystemConfig.txt
Normal file
8
CMakeWindowsSystemConfig.txt
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# CMakeLocal.make.in should be in the directory where you run configure
|
||||
# in, which need not be the source directory
|
||||
#
|
||||
Define WORDS_BIGENDIAN
|
||||
Define HAVE_LIMITS_H 1
|
||||
Define HAVE_UNISTD_H 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user