diff options
Diffstat (limited to 'Utilities/Release/hythloth_release.cmake')
-rw-r--r-- | Utilities/Release/hythloth_release.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Utilities/Release/hythloth_release.cmake b/Utilities/Release/hythloth_release.cmake new file mode 100644 index 0000000..d2f4ba5 --- /dev/null +++ b/Utilities/Release/hythloth_release.cmake @@ -0,0 +1,10 @@ +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) |