mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
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)")
|