Working on refactoring code into namespaces - DOES NOT BUILD

This commit is contained in:
David Williams
2008-07-02 21:36:56 +00:00
parent 0758f81b54
commit 4f546d1dc4
9 changed files with 68 additions and 69 deletions

View File

@ -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)