Fixbundle only in standalone mode
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@386 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -40,6 +40,7 @@ else ()
|
||||
|
||||
endif ()
|
||||
|
||||
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||
# Add core as dependency before fixbundle
|
||||
if ( WIN32 OR APPLE)
|
||||
# let bundle generation depend on targets
|
||||
@@ -50,6 +51,7 @@ if ( APPLE)
|
||||
# let bundle generation depend on target
|
||||
add_dependencies (fixbundle OpenMeshToolsStatic)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
# Install Header Files (Apple)
|
||||
|
||||
@@ -47,6 +47,7 @@ IF( NOT WIN32 )
|
||||
target_link_libraries (OpenMeshToolsStatic OpenMeshCoreStatic)
|
||||
ENDIF(NOT WIN32)
|
||||
|
||||
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||
# Add tools as dependency before fixbundle
|
||||
if ( WIN32 OR APPLE)
|
||||
# let bundle generation depend on target
|
||||
@@ -57,6 +58,7 @@ if ( APPLE)
|
||||
# let bundle generation depend on target
|
||||
add_dependencies (fixbundle OpenMeshToolsStatic)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
# Install Header Files (Apple)
|
||||
|
||||
Reference in New Issue
Block a user