ariya-icons/CPackConfig.cmake

12 lines
564 B
CMake
Raw Normal View History

set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ariya icon theme, part of Katana project")
set(CPACK_PACKAGE_VENDOR "ariya-icons")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
set(CPACK_SOURCE_IGNORE_FILES "/build/;/.git;${CPACK_SOURCE_IGNORE_FILES}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CMAKE_INSTALL_PREFIX})
set(CPACK_PACKAGE_VERSION_MAJOR 4)
set(CPACK_PACKAGE_VERSION_MINOR 18)
set(CPACK_PACKAGE_VERSION_PATCH 0)
SET(CPACK_GENERATOR "TBZ2;TXZ")
SET(CPACK_SOURCE_GENERATOR "TBZ2;TXZ")