Start playing with bundle generator

This commit is contained in:
Mathieu Malaterre 2012-01-11 10:18:07 +00:00
parent c9986d1b78
commit 0e7529c272
1 changed files with 3 additions and 0 deletions

View File

@ -22,5 +22,8 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "OpenJPEG ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "openjpeg-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(MACOSX_BUNDLE_ICON_FILE opj_logo.icns)
set(CPACK_BUNDLE_NAME "BundleGeneratorTest")
include(CPack)
endiF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")