mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 13:24:58 +00:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
PLATFORM="darwin"
|
|
CC="cc"
|
|
CXX="c++"
|
|
|
|
# Write entries into the cache file before building cmake.
|
|
WriteCMakeCache()
|
|
{
|
|
${CAT} > CMakeCache.txt <<EOF
|
|
BUILD_TESTING:BOOL=OFF
|
|
CURSES_LIBRARY:FILEPATH=/usr/local/lib/libncurses.a
|
|
EOF
|
|
}
|