OM/Apps/VDProgMesh: CmakeLists for Analyzer and mkbalancedpm added

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@285 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Ellen Dekkers
2010-03-01 17:22:22 +00:00
parent 18a7643f6f
commit 6176bdb235
3 changed files with 44 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ add_subdirectory (Smoothing)
add_subdirectory (Subdivider/commandlineSubdivider)
add_subdirectory (Subdivider/commandlineAdaptiveSubdivider)
add_subdirectory (mconvert)
add_subdirectory (VDProgMesh/mkbalancedpm)
add_subdirectory (VDProgMesh/Analyzer)
# check for OpenGL, GLEW and GLUT as our required dependencies
if (QT4_FOUND AND OPENGL_FOUND AND GLEW_FOUND AND GLUT_FOUND AND NOT BUILD_APPS STREQUAL OFF )