Fixed some linker warning about code that cannot be accessed.

This commit is contained in:
Daviw Williams
2012-11-16 11:14:55 +01:00
parent ef34c5d889
commit 422d2cb1b7
4 changed files with 67 additions and 216 deletions

View File

@ -28,13 +28,11 @@ PROJECT(PolyVoxCore)
SET(CORE_SRC_FILES
source/ArraySizes.cpp
source/AStarPathfinder.cpp
source/GradientEstimators.cpp
source/Log.cpp
source/MeshDecimator.cpp
source/Region.cpp
source/SimpleInterface.cpp
source/VertexTypes.cpp
source/VoxelFilters.cpp
)
#Projects headers files
@ -94,6 +92,7 @@ SET(CORE_INC_FILES
include/PolyVoxCore/VolumeResampler.h
include/PolyVoxCore/VolumeResampler.inl
include/PolyVoxCore/VoxelFilters.h
include/PolyVoxCore/VoxelFilters.inl
)
SET(IMPL_SRC_FILES