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