Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/common/CMakeLists.txt
193674 views
1
set(utils_common_STAT_SRCS
2
Command.h
3
FileBucket.cpp
4
FileBucket.h
5
FileHelpers.cpp
6
FileHelpers.h
7
IDSupplier.cpp
8
IDSupplier.h
9
LinearApproxHelpers.cpp
10
LinearApproxHelpers.h
11
MapMatcher.h
12
MsgHandler.cpp
13
MsgHandler.h
14
MsgRetrievingFunction.h
15
Named.h
16
NamedObjectCont.h
17
NamedRTree.h
18
Parameterised.cpp
19
Parameterised.h
20
PolySolver.cpp
21
PolySolver.h
22
RandHelper.cpp
23
RandHelper.h
24
RGBColor.cpp
25
RGBColor.h
26
ScopedLocker.h
27
SequentialStringBijection.h
28
StaticCommand.h
29
StdDefs.cpp
30
StdDefs.h
31
StringBijection.h
32
StringTokenizer.cpp
33
StringTokenizer.h
34
StringUtils.cpp
35
StringUtils.h
36
SUMOTime.cpp
37
SUMOTime.h
38
SUMOVehicleClass.cpp
39
SUMOVehicleClass.h
40
SystemFrame.cpp
41
SystemFrame.h
42
SysUtils.cpp
43
SysUtils.h
44
ToString.h
45
UtilExceptions.cpp
46
UtilExceptions.h
47
ValueRetriever.h
48
ValueSource.h
49
ValueTimeLine.h
50
VectorHelper.h
51
WrappingCommand.h
52
)
53
54
add_library(utils_common STATIC ${utils_common_STAT_SRCS})
55
set_property(TARGET utils_common PROPERTY PROJECT_LABEL "z_utils_common")
56
57