Consolidate glew into one location to speed up build.

This commit is contained in:
Matt Williams
2012-11-23 23:01:50 +00:00
parent c981ed2706
commit 989cd453fe
26 changed files with 46 additions and 111678 deletions

View File

@ -73,6 +73,7 @@ ADD_SUBDIRECTORY(library)
OPTION(ENABLE_EXAMPLES "Should the examples be built" ON)
IF(ENABLE_EXAMPLES AND QT_QTOPENGL_FOUND)
ADD_SUBDIRECTORY(examples/common)
ADD_SUBDIRECTORY(examples/Basic)
ADD_SUBDIRECTORY(examples/Paging)
ADD_SUBDIRECTORY(examples/OpenGL)