mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 22:05:57 +00:00
11 lines
287 B
CMake
11 lines
287 B
CMake
set(PROCESSORS 2)
|
|
set(HOST hythloth)
|
|
set(MAKE_PROGRAM "make")
|
|
set(MAKE "${MAKE_PROGRAM} -j2")
|
|
set(INITIAL_CACHE "
|
|
CMAKE_BUILD_TYPE:STRING=Release
|
|
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
|
|
")
|
|
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
include(${path}/release_cmake.cmake)
|