Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/frames/demand/CMakeLists.txt
169684 views
1
set(netedit_frames_demand_SRCS
2
GNEDistributionFrame.h
3
GNEDistributionFrame.cpp
4
GNERouteFrame.h
5
GNERouteFrame.cpp
6
GNERouteDistributionFrame.h
7
GNERouteDistributionFrame.cpp
8
GNEStopFrame.h
9
GNEStopFrame.cpp
10
GNEPersonFrame.h
11
GNEPersonFrame.cpp
12
GNEPersonPlanFrame.h
13
GNEPersonPlanFrame.cpp
14
GNEContainerFrame.h
15
GNEContainerFrame.cpp
16
GNEContainerPlanFrame.h
17
GNEContainerPlanFrame.cpp
18
GNEVehicleFrame.h
19
GNEVehicleFrame.cpp
20
GNETypeFrame.h
21
GNETypeFrame.cpp
22
GNETypeDistributionFrame.h
23
GNETypeDistributionFrame.cpp
24
)
25
26
add_library(netedit_frames_demand STATIC ${netedit_frames_demand_SRCS})
27
set_property(TARGET netedit_frames_demand PROPERTY PROJECT_LABEL "z_netedit_frames_demand")
28
29