the limitEval example appears to be building properly... adding it to the collection

This commit is contained in:
manuelk 2013-04-24 10:40:32 -07:00
parent f41843b767
commit 643b664067

View File

@ -60,6 +60,7 @@ if( OPENGL_FOUND AND (GLEW_FOUND AND GLFW_FOUND) OR (APPLE AND GLFW_FOUND))
add_subdirectory(glBatchViewer)
add_subdirectory(simpleCpu)
#add_subdirectory(evalTest)
add_subdirectory(limitEval)
add_subdirectory(paintTest)
if(PTEX_FOUND AND (NOT APPLE))
# the ptexViewer example requires GL functionality not available on OSX