More fixbundle
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@508 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -59,6 +59,9 @@ if (QT4_FOUND AND OPENGL_FOUND AND GLUT_FOUND AND NOT "${CMAKE_GENERATOR}" MATCH
|
||||
add_subdirectory (ProgViewer)
|
||||
add_subdirectory (VDProgMesh/Synthesizer)
|
||||
|
||||
# Make sure that we install all dlls into install directory on windows
|
||||
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||
|
||||
# Add ui apps as dependency before fixbundle
|
||||
if ( WIN32 AND NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles")
|
||||
# let bundle generation depend on all targets
|
||||
@@ -71,8 +74,6 @@ if (QT4_FOUND AND OPENGL_FOUND AND GLUT_FOUND AND NOT "${CMAKE_GENERATOR}" MATCH
|
||||
add_dependencies (fixbundle DecimaterGui ProgViewer QtViewer SubdividerGui Synthesizer)
|
||||
endif()
|
||||
|
||||
# Make sure that we install all dlls into install directory on windows
|
||||
if ( ${PROJECT_NAME} MATCHES "OpenMesh")
|
||||
if ( WIN32 )
|
||||
FILE(GLOB files_install_app_dlls "${CMAKE_BINARY_DIR}/Build/*.dll" )
|
||||
INSTALL(FILES ${files_install_app_dlls} DESTINATION . )
|
||||
|
||||
Reference in New Issue
Block a user