Added paging example and reverted basic example back to it's previous state.
This commit is contained in:
@ -40,8 +40,10 @@ ADD_SUBDIRECTORY(library)
|
||||
OPTION(ENABLE_EXAMPLES "Should the examples be built" ON)
|
||||
IF(ENABLE_EXAMPLES)
|
||||
ADD_SUBDIRECTORY(examples/Basic)
|
||||
ADD_SUBDIRECTORY(examples/Paging)
|
||||
ADD_SUBDIRECTORY(examples/OpenGL)
|
||||
ADD_DEPENDENCIES(BasicExample PolyVoxCore PolyVoxUtil)
|
||||
ADD_DEPENDENCIES(PagingExample PolyVoxCore PolyVoxUtil)
|
||||
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore PolyVoxUtil)
|
||||
ENDIF(ENABLE_EXAMPLES)
|
||||
|
||||
|
Reference in New Issue
Block a user