mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
13 lines
376 B
CMake
13 lines
376 B
CMake
#
|
|
# Copyright (c) 2021-present, Trail of Bits, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# This source code is licensed in accordance with the terms specified in
|
|
# the LICENSE file found in the root directory of this source tree.
|
|
#
|
|
|
|
set(CPACK_DEBIAN_PACKAGE_PRIORITY "extra")
|
|
set(CPACK_DEBIAN_PACKAGE_SECTION "default")
|
|
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "${CPACK_PACKAGE_HOMEPAGE_URL}")
|
|
|