mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable
Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable to customize target binary format.
This commit is contained in:
@@ -221,6 +221,19 @@
|
||||
# You can use :command:`cpack_ifw_add_package_resources` command to resolve
|
||||
# relative paths.
|
||||
#
|
||||
# .. variable:: CPACK_IFW_PACKAGE_FILE_EXTENSION
|
||||
#
|
||||
# The target binary extension.
|
||||
#
|
||||
# On Linux, the name of the target binary is automatically extended with
|
||||
# '.run', if you do not specify the extension.
|
||||
#
|
||||
# On Windows, the target is created as an application with the extension
|
||||
# '.exe', which is automatically added, if not supplied.
|
||||
#
|
||||
# On Mac, the target is created as an DMG disk image with the extension
|
||||
# '.dmg', which is automatically added, if not supplied.
|
||||
#
|
||||
# .. variable:: CPACK_IFW_REPOSITORIES_ALL
|
||||
#
|
||||
# The list of remote repositories.
|
||||
|
||||
Reference in New Issue
Block a user