forked from mirror/OpenTTD
Add: create bundles via CPack
CPack works closely together with CMake to do the right thing in terms of bundling (called 'package'). This generates all the packaging we need, and some more.
This commit is contained in:
4
cmake/PackageDeb.cmake
Normal file
4
cmake/PackageDeb.cmake
Normal file
@@ -0,0 +1,4 @@
|
||||
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${ARCHITECTURE}")
|
||||
set(CPACK_DEBIAN_PACKAGE_SECTION "games")
|
||||
# TODO -- Fix depends
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.15)")
|
Reference in New Issue
Block a user