mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-20 05:58:33 +00:00
b7643b1d36
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.
5 lines
173 B
CMake
5 lines
173 B
CMake
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${ARCHITECTURE}")
|
|
set(CPACK_DEBIAN_PACKAGE_SECTION "games")
|
|
# TODO -- Fix depends
|
|
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.15)")
|