Enable uvViewer on OS X now that Mavericks is released.

This commit is contained in:
David G. Yu 2014-02-02 22:37:56 -08:00
parent 1484856269
commit 859bb964ae

View File

@ -32,13 +32,9 @@ if( OPENGL_FOUND AND (GLEW_FOUND AND GLFW_FOUND) OR (APPLE AND GLFW_FOUND))
add_subdirectory(simpleCpu)
add_subdirectory(limitEval)
add_subdirectory(tessellateObjFile)
if (NOT APPLE)
add_subdirectory(uvViewer)
endif()
add_subdirectory(uvViewer)
if(OPENGL_4_3_FOUND AND (NOT APPLE))
# the paintTest example requires GL functionality not available on OSX
add_subdirectory(paintTest)
endif()