set(utils_common_STAT_SRCS
   Command.h
   FileHelpers.cpp
   FileHelpers.h
   IDSupplier.h
   IDSupplier.cpp
   LinearApproxHelpers.h
   LinearApproxHelpers.cpp
   MsgHandler.h
   MsgHandler.cpp
   MsgRetrievingFunction.h
   Named.h
   NamedObjectCont.h
   NamedRTree.h
   MapMatcher.h
   Parameterised.cpp
   Parameterised.h
   PolySolver.h
   PolySolver.cpp
   RandHelper.h
   RandHelper.cpp
   RGBColor.cpp
   RGBColor.h
   ScopedLocker.h
   StaticCommand.h
   StdDefs.h
   StdDefs.cpp
   StringBijection.h
   SequentialStringBijection.h
   StringTokenizer.cpp
   StringTokenizer.h
   StringUtils.cpp
   StringUtils.h
   SUMOTime.cpp
   SUMOTime.h
   SUMOVehicleClass.cpp
   SUMOVehicleClass.h
   SystemFrame.cpp
   SystemFrame.h
   SysUtils.h
   SysUtils.cpp
   ToString.h
   UtilExceptions.cpp
   UtilExceptions.h
   ValueRetriever.h
   ValueSource.h
   ValueTimeLine.h
   VectorHelper.h
   WrappingCommand.h
)

add_library(utils_common STATIC ${utils_common_STAT_SRCS})
set_property(TARGET utils_common PROPERTY PROJECT_LABEL "z_utils_common")
