AUI Framework
master
Cross-platform base for C++ UI apps
|
APP_VERSION
populates the following CMake variables (if undefined):
CPACK_PACKAGE_FILE_NAME
= ${CPACK_PACKAGE_NAME}-${APP_VERSION}-${_cmake_system_processor_lower}
CPACK_PACKAGE_VERSION
= ${APP_VERSION}
MACOSX_BUNDLE_BUNDLE_VERSION
= ${APP_VERSION}
MACOSX_BUNDLE_LONG_VERSION_STRING
= ${APP_VERSION}
MACOSX_BUNDLE_SHORT_VERSION_STRING
= ${APP_VERSION}
The following additional variables and properties are affected:
set(_aui_package_file_name "${CPACK_PACKAGE_NAME}-${APP_VERSION}-${_aui_package_file_name}")