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:
@@ -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 ()
|
||||
|
||||
# ========================================================================
|
||||
|
||||
Reference in New Issue
Block a user