Enable deb package generation with cpack
This commit is contained in:
parent
9a6f0bd9b2
commit
fa6821aeb0
|
@ -931,6 +931,10 @@ set(CPACK_RPM_PACKAGE_LICENSE GPL-2.0)
|
||||||
# TODO: CPACK_NSIS_*
|
# TODO: CPACK_NSIS_*
|
||||||
# TODO: Use CPack components for DSPSpy, etc => cpack_add_component
|
# TODO: Use CPack components for DSPSpy, etc => cpack_add_component
|
||||||
|
|
||||||
|
# Debian Specific. Install dpkg-dev for automatic deps generation
|
||||||
|
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||||
|
set(CPACK_DEBIAN_PACKAGE_SECTION "Games")
|
||||||
|
|
||||||
set(CPACK_SET_DESTDIR ON)
|
set(CPACK_SET_DESTDIR ON)
|
||||||
set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
|
set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
|
||||||
set(CPACK_SOURCE_IGNORE_FILES "\\\\.#;/#;.*~;\\\\.swp;/\\\\.git")
|
set(CPACK_SOURCE_IGNORE_FILES "\\\\.#;/#;.*~;\\\\.swp;/\\\\.git")
|
||||||
|
|
Loading…
Reference in New Issue