Remove glew and fix all exes

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@379 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-03-09 10:09:32 +00:00
parent 38cd3513fd
commit 93fc9b241e

View File

@@ -19,10 +19,9 @@ include (BundleUtilities)
# Get library paths
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
get_filename_component(_GlewDir "@GLEW_LIBRARY@" PATH)
# fix all dependencies
fixup_bundle ("@CMAKE_BINARY_DIR@/Build/ProgViewer.exe" "" "${_GlutDir};${_GlewDir};@QT_BINARY_DIR@")
fixup_bundle ("@CMAKE_BINARY_DIR@/Build/*" "" "${_GlutDir};${_GlewDir};@QT_BINARY_DIR@")