5 lines
87 B
CMake
5 lines
87 B
CMake
set(PROCESSORS 2)
|
|
set(HOST hythloth)
|
|
set(MAKE "make -j2")
|
|
include(release_cmake.cmake)
|