From 119cd925f0e9788d2b8b56ce3218b79f1cf976dd Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 8 Jun 2008 19:05:49 +0000 Subject: [PATCH] Moving stuff around - not currently buildable! --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..610e7507 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) + +PROJECT(PolyVoxProject) + +ADD_SUBDIRECTORY(library) +ADD_SUBDIRECTORY(examples/OpenGL) + +ADD_DEPENDENCIES(OpenGLExample PolyVox) \ No newline at end of file