oranges_install_appΒΆ

include (OrangesInstallFunctions)

View the full docs for this module.

oranges_install_app (<targetName>
                    [INSTALLER_TARGET <target>]
                    [OUTPUT_DIR <path>])

Creates install rules for a JUCE GUI application target. This function creates install rules for the app, and can optionally create a custom target to drive running CPack to build a product-specific installer.

Options:

INSTALLER_TARGET

If this is specified, this function will create a custom target named <target> that drives running CPack to build an installer that contains only this app.

OUTPUT_DIR

This can be used to specify where the product-specific installer built by the INSTALLER_TARGET should be generated. If not specified, this defaults to ${CMAKE_CURRENT_BINARY_DIR}/deploy.