From 93fc9b241e4a694b9c84198cb62c8ae98eda0062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 9 Mar 2011 10:09:32 +0000 Subject: [PATCH] Remove glew and fix all exes git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@379 fdac6126-5c0c-442c-9429-916003d36597 --- cmake/fixbundle.cmake.win.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/fixbundle.cmake.win.in b/cmake/fixbundle.cmake.win.in index 97e0a9ca..368ab0bf 100644 --- a/cmake/fixbundle.cmake.win.in +++ b/cmake/fixbundle.cmake.win.in @@ -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@")