get system info into cmake
This commit is contained in:
parent
ca64a39b86
commit
9020fec9a9
|
@ -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@
|
||||
|
|
@ -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…
Reference in New Issue