diff --git a/SimoxUtility/CMakeLists.txt b/SimoxUtility/CMakeLists.txt index e08899ec3142885c5045d53a996262d2a69019a1..364bf7a366e1c05395694dfec8b03cca84f9821f 100644 --- a/SimoxUtility/CMakeLists.txt +++ b/SimoxUtility/CMakeLists.txt @@ -74,6 +74,8 @@ SET(INCLUDES algorithm/string/string_conversion_eigen.h algorithm/ordered_circular_buffer.h + backport/span/gcc_header.h + caching/CacheMap.h color/cmaps/colormaps.h @@ -106,7 +108,6 @@ SET(INCLUDES json/json.h json/util.h - math/mean.h math/sum.h math/SoftMinMax.h @@ -199,7 +200,6 @@ SET(INCLUDES math/statistics/Histogram1D.h math/statistics/measures.h - meta/undefined_t/undefined_t.h meta/undefined_t/is_set.h meta/eigen/enable_if_compile_time_size.h @@ -220,12 +220,8 @@ SET(INCLUDES meta/enum/EnumNames.hpp meta/key_type.h - simox/SimoxPath.h - xml/rapidxml/rapidxml.hpp - xml/rapidxml/rapidxml_print.hpp - xml/rapidxml/RapidXMLWrapper.h - xml/rapidxml/RapidXMLForwardDecl.h + simox/SimoxPath.h shapes/AxisAlignedBoundingBox.h shapes/OrientedBoxBase.h @@ -233,10 +229,13 @@ SET(INCLUDES shapes/XYConstrainedOrientedBox.h shapes/json_conversions.h - backport/span/gcc_header.h - threads/system_thread_id.h threads/CountingSemaphore.h + + xml/rapidxml/rapidxml.hpp + xml/rapidxml/rapidxml_print.hpp + xml/rapidxml/RapidXMLWrapper.h + xml/rapidxml/RapidXMLForwardDecl.h )