From ae9cf1ca7b43513408fcebc064c1a5760f845a45 Mon Sep 17 00:00:00 2001 From: David Williams Date: Wed, 25 Feb 2015 16:39:30 +0100 Subject: [PATCH] Added DC headers to CMake headers list. --- include/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 48f202dd..05519825 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -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