Added DC headers to CMake headers list.

This commit is contained in:
David Williams 2015-02-25 16:39:30 +01:00
parent 9ed62c2b8f
commit ae9cf1ca7b

View File

@ -39,6 +39,8 @@ SET(CORE_INC_FILES
PolyVox/DefaultIsQuadNeeded.h
PolyVox/DefaultMarchingCubesController.h
PolyVox/Density.h
PolyVox/DualContouringSurfaceExtractor.h
PolyVox/DualContouringSurfaceExtractor.inl
PolyVox/FilePager.h
PolyVox/GradientEstimators.h
PolyVox/GradientEstimators.inl
@ -84,6 +86,8 @@ SET(IMPL_INC_FILES
PolyVox/Impl/ErrorHandling.h
PolyVox/Impl/Logging.h
PolyVox/Impl/MarchingCubesTables.h
PolyVox/Impl/QEF.h
PolyVox/Impl/QEF.inl
PolyVox/Impl/RandomUnitVectors.h
PolyVox/Impl/RandomVectors.h
PolyVox/Impl/Timer.h