CMake/Utilities/Release/hythloth_release.cmake

9 lines
213 B
CMake
Raw Normal View History

set(PROCESSORS 2)
set(HOST hythloth)
set(MAKE "make -j2")
2006-05-03 07:20:02 +04:00
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${path}/release_cmake.cmake)