Initial check-in of OpenGL example. Doesn't do anything yet.
This commit is contained in:
@ -7,6 +7,8 @@ SET(POLYVOX_VERSION_MINOR "1")
|
||||
SET(POLYVOX_VERSION_PATCH "0")
|
||||
SET(POLYVOX_VERSION "${POLYVOX_VERSION_MAJOR}.${POLYVOX_VERSION_MINOR}.${POLYVOX_VERSION_PATCH}")
|
||||
|
||||
ADD_SUBDIRECTORY(examples/OpenGL)
|
||||
|
||||
#Projects source files
|
||||
SET(SRC_FILES
|
||||
source/IndexedSurfacePatch.cpp
|
||||
|
Reference in New Issue
Block a user