You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
265 B
CMake
8 lines
265 B
CMake
|
2 weeks ago
|
#Pack
|
||
|
|
#OURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
|
||
|
|
set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}")
|
||
|
|
set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}")
|
||
|
|
set(CPACK_GENERATOR "ZIP")
|
||
|
|
set(CPACK_SOURCE_GENERATOR "ZIP")
|
||
|
|
include(CPack)
|