mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
#
|
|
# CMakeLocal.make.in should be in the directory where you run configure
|
|
# in, which need not be the source directory
|
|
#
|
|
|
|
SET (CXXCOMPILER @CXX@)
|
|
SET (WORDS_BIGENDIAN @WORDS_BIGENDIAN@)
|
|
SET (HAVE_LIMITS_H @HAVE_LIMITS_H@)
|
|
SET (HAVE_UNISTD_H @HAVE_UNISTD_H@)
|
|
|
|
|