CMake/Utilities/Release/config_Linux

18 lines
403 B
Plaintext
Raw Normal View History

2003-03-13 23:59:53 +03:00
PLATFORM="x86-linux"
2003-03-14 00:31:53 +03:00
CURSES_LIBRARY="-Wl,-Bstatic -lcurses -Wl,-Bdynamic"
2003-01-16 02:42:41 +03:00
FORM_LIBRARY="/usr/lib/libform.a"
2003-03-13 23:59:53 +03:00
CC="gcc304s"
CXX="c++304s"
2003-01-16 02:42:41 +03:00
# Write entries into the cache file before building cmake.
write_cache()
{
cat > CMakeCache.txt <<EOF
BUILD_TESTING:BOOL=ON
2003-01-16 02:42:41 +03:00
CMAKE_SKIP_RPATH:BOOL=1
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
2003-01-16 02:42:41 +03:00
CURSES_LIBRARY:FILEPATH=${CURSES_LIBRARY}
FORM_LIBRARY:FILEPATH=${FORM_LIBRARY}
EOF
}