Renamed Logging.h to LoggingImpl.h

Added missing files to CMakeLists.txt
This commit is contained in:
David Williams
2015-05-08 21:18:10 +02:00
parent 09253a7bcc
commit c2bb64d055
5 changed files with 7 additions and 4 deletions

View File

@ -39,6 +39,7 @@ SET(CORE_INC_FILES
PolyVox/DefaultIsQuadNeeded.h
PolyVox/DefaultMarchingCubesController.h
PolyVox/Density.h
PolyVox/Exceptions.h
PolyVox/FilePager.h
PolyVox/GradientEstimators.h
PolyVox/GradientEstimators.inl
@ -79,10 +80,12 @@ SET(CORE_INC_FILES
)
SET(IMPL_INC_FILES
PolyVox/Impl/Assertions.h
PolyVox/Impl/AStarPathfinderImpl.h
PolyVox/Impl/Config.h
PolyVox/Impl/ErrorHandling.h
PolyVox/Impl/Logging.h
PolyVox/Impl/ExceptionsImpl.h
PolyVox/Impl/LoggingImpl.h
PolyVox/Impl/MarchingCubesTables.h
PolyVox/Impl/PlatformDefinitions.h
PolyVox/Impl/RandomUnitVectors.h