Removed glut from OpenMesh.

This commit is contained in:
Jan Möbius
2019-02-06 10:19:08 +01:00
parent fa92a28749
commit 365c4d2874
7 changed files with 2 additions and 155 deletions

View File

@@ -3,7 +3,6 @@ include (ACGCommon)
include_directories (
../../..
${CMAKE_CURRENT_SOURCE_DIR}
${GLUT_INCLUDE_DIR}
)
@@ -31,6 +30,5 @@ target_link_libraries ( ProgViewer
OpenMeshTools
Qt5::OpenGL
${OPENGL_LIBRARIES}
${GLUT_LIBRARIES}
)