mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ENH: add cygwin on vogon
This commit is contained in:
10
Utilities/Release/vogon_cygwin.cmake
Normal file
10
Utilities/Release/vogon_cygwin.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
set(CMAKE_RELEASE_DIRECTORY "c:/hoffman/CMakeReleaseCygwin")
|
||||
set(PROCESSORS 2)
|
||||
set(HOST vogon)
|
||||
set(CPACK_BINARY_GENERATORS "CygwinBinary")
|
||||
set(CPACK_SOURCE_GENERATORS "CygwinSource")
|
||||
set(MAKE_PROGRAM "make")
|
||||
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
|
||||
")
|
||||
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
include(${path}/release_cmake.cmake)
|
||||
Reference in New Issue
Block a user