Added missing includes
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@144 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -3,6 +3,8 @@ include (ACGCommon)
|
||||
include_directories (
|
||||
../../../..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName DecimaterGui)
|
||||
|
||||
@@ -3,6 +3,8 @@ include (ACGCommon)
|
||||
include_directories (
|
||||
../../..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName QtViewer)
|
||||
|
||||
@@ -3,6 +3,8 @@ include (ACGCommon)
|
||||
include_directories (
|
||||
../../../..
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set (targetName SubdividerGui)
|
||||
|
||||
Reference in New Issue
Block a user