Working on refactoring code into namespaces - DOES NOT BUILD
This commit is contained in:
@ -3,6 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
PROJECT(PolyVox)
|
||||
|
||||
ADD_SUBDIRECTORY(PolyVoxCore)
|
||||
ADD_SUBDIRECTORY(PolyVoxUtil)
|
||||
ADD_SUBDIRECTORY(examples/OpenGL)
|
||||
|
||||
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore)
|
||||
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore PolyVoxUtil)
|
Reference in New Issue
Block a user