Moving stuff around - not currently buildable!

This commit is contained in:
David Williams
2008-06-08 19:48:39 +00:00
parent 83ac5dc544
commit f8a090abba
3 changed files with 20 additions and 16 deletions

View File

@ -1,8 +1,8 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(PolyVoxProject)
PROJECT(PolyVox)
ADD_SUBDIRECTORY(library)
ADD_SUBDIRECTORY(PolyVoxCore)
ADD_SUBDIRECTORY(examples/OpenGL)
ADD_DEPENDENCIES(OpenGLExample PolyVox)
ADD_DEPENDENCIES(OpenGLExample PolyVoxCore)