Moving stuff around - not currently buildable!

This commit is contained in:
David Williams 2008-06-08 19:05:49 +00:00
parent 2374082542
commit 119cd925f0

8
CMakeLists.txt Normal file
View File

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