Only depend on fixbundle, if standalone

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@507 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-18 10:37:07 +00:00
parent ae03ae89d4
commit d5e2810458

View File

@@ -15,6 +15,9 @@ add_subdirectory (mconvert)
add_subdirectory (VDProgMesh/mkbalancedpm) add_subdirectory (VDProgMesh/mkbalancedpm)
add_subdirectory (VDProgMesh/Analyzer) add_subdirectory (VDProgMesh/Analyzer)
# Only call fixbundle, when we are building OpenMesh standalone
if(${PROJECT_NAME} MATCHES "OpenMesh")
# Add non ui apps as dependency before fixbundle # Add non ui apps as dependency before fixbundle
if ( WIN32 ) if ( WIN32 )
if ( NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" ) if ( NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" )
@@ -29,6 +32,8 @@ if ( APPLE)
add_dependencies (fixbundle commandlineDecimater Dualizer mconvert Smoothing commandlineAdaptiveSubdivider commandlineSubdivider mkbalancedpm Analyzer ) add_dependencies (fixbundle commandlineDecimater Dualizer mconvert Smoothing commandlineAdaptiveSubdivider commandlineSubdivider mkbalancedpm Analyzer )
endif() endif()
endif() # Project is OpenMesh standalone
# find needed packages for gui applications # find needed packages for gui applications
find_package (OpenGL) find_package (OpenGL)
find_package (GLUT) find_package (GLUT)