CMakeLists for Synthesizer

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@290 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Ellen Dekkers
2010-03-02 09:25:21 +00:00
parent c0e7bde8b3
commit 9b00ac0923
2 changed files with 45 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ if (QT4_FOUND AND OPENGL_FOUND AND GLEW_FOUND AND GLUT_FOUND AND NOT BUILD_APPS
add_subdirectory (QtViewer)
add_subdirectory (Subdivider/SubdividerGui)
add_subdirectory (ProgViewer)
add_subdirectory (VDProgMesh/Synthesizer)
else ()
if ( BUILD_APPS STREQUAL OFF )
message ("Building Apps disabled by user.")