From 575afe835229184c39a95bcb0f306c5f7081579e Mon Sep 17 00:00:00 2001
From: Rainer Kartmann <rainer.kartmann@kit.edu>
Date: Wed, 11 Jan 2023 17:10:07 +0100
Subject: [PATCH] Sort files

---
 SimoxUtility/CMakeLists.txt | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/SimoxUtility/CMakeLists.txt b/SimoxUtility/CMakeLists.txt
index e08899ec3..364bf7a36 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
 )
 
 
-- 
GitLab