Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/elements/demand/CMakeLists.txt
185790 views
1
set(netedit_elements_demand_SRCS
2
GNERouteHandler.h
3
GNERouteHandler.cpp
4
GNEPlanParents.h
5
GNEPlanParents.cpp
6
GNEDemandElement.h
7
GNEDemandElement.cpp
8
GNEDemandElementFlow.h
9
GNEDemandElementFlow.cpp
10
GNEDemandElementPlan.h
11
GNEDemandElementPlan.cpp
12
GNERoute.h
13
GNERoute.cpp
14
GNERouteRef.h
15
GNERouteRef.cpp
16
GNERouteDistribution.h
17
GNERouteDistribution.cpp
18
GNEVType.h
19
GNEVType.cpp
20
GNEVTypeRef.h
21
GNEVTypeRef.cpp
22
GNEVTypeDistribution.h
23
GNEVTypeDistribution.cpp
24
GNEVehicle.h
25
GNEVehicle.cpp
26
GNEStop.h
27
GNEStop.cpp
28
GNEStopPlan.h
29
GNEStopPlan.cpp
30
GNEPerson.h
31
GNEPerson.cpp
32
GNEPersonTrip.h
33
GNEPersonTrip.cpp
34
GNEWalk.h
35
GNEWalk.cpp
36
GNERide.h
37
GNERide.cpp
38
GNEContainer.h
39
GNEContainer.cpp
40
GNETranship.h
41
GNETranship.cpp
42
GNETransport.h
43
GNETransport.cpp
44
)
45
46
add_library(netedit_elements_demand STATIC ${netedit_elements_demand_SRCS})
47
set_property(TARGET netedit_elements_demand PROPERTY PROJECT_LABEL "z_netedit_elements_demand")
48
49