polyvox/CMakeLists.txt
Matt Williams 7c9cefc2d6 Add missing headers causing compile errors on Linux
Don't build GL example at all on Linux
Add PolyVoxConfig.cmake file
2008-11-22 20:09:59 +00:00

8 lines
183 B
CMake

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(PolyVox)
#ADD_SUBDIRECTORY(PolyVoxCore)
#ADD_SUBDIRECTORY(PolyVoxUtil)
ADD_SUBDIRECTORY(library)
ADD_SUBDIRECTORY(examples/OpenGL)