Fixing up bundles in Mac now works

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@352 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2010-12-07 13:12:02 +00:00
parent 5fe025d941
commit 50a3f6e58c
2 changed files with 12 additions and 7 deletions

View File

@@ -50,11 +50,11 @@ if (APPLE)
COMMAND ${CMAKE_COMMAND} -P "${CMAKE_BINARY_DIR}/fixbundle.cmake"
)
# let bundle generation depend on all targets
add_dependencies (fixbundle QtViewer DecimaterGui)
add_dependencies (fixbundle DecimaterGui ProgViewer QtViewer SubdividerGui)
# install bundle
install (DIRECTORY ${CMAKE_BINARY_DIR}/Build/OpenMesh.app DESTINATION .
USE_SOURCE_PERMISSIONS)
#install (DIRECTORY ${CMAKE_BINARY_DIR}/Build/OpenMesh.app DESTINATION .
# USE_SOURCE_PERMISSIONS)
endif ()
# ========================================================================