From 2ee7056b753d9bf068b7a9d4d7c4b60c63a8173f Mon Sep 17 00:00:00 2001 From: David Williams Date: Mon, 9 May 2011 22:37:17 +0100 Subject: [PATCH] Added ImprovedCubicSurfaceExtractor to CMake file. --- library/PolyVoxCore/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/PolyVoxCore/CMakeLists.txt b/library/PolyVoxCore/CMakeLists.txt index 78a49358..65b380ab 100644 --- a/library/PolyVoxCore/CMakeLists.txt +++ b/library/PolyVoxCore/CMakeLists.txt @@ -33,6 +33,8 @@ SET(CORE_INC_FILES include/Filters.inl include/GradientEstimators.h include/GradientEstimators.inl + include/ImprovedCubicSurfaceExtractor.h + include/ImprovedCubicSurfaceExtractor.inl include/LargeVolume.h include/LargeVolume.inl include/LargeVolumeSampler.inl