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:
@@ -19,10 +19,9 @@ include (BundleUtilities)
|
|||||||
|
|
||||||
# Get library paths
|
# Get library paths
|
||||||
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
|
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
|
||||||
get_filename_component(_GlewDir "@GLEW_LIBRARY@" PATH)
|
|
||||||
|
|
||||||
# fix all dependencies
|
# 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@")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user