Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/guisim/CMakeLists.txt
169668 views
1
SET(guisim_STAT_SRCS
2
Command_Hotkey_InductionLoop.cpp
3
Command_Hotkey_InductionLoop.h
4
Command_Hotkey_TrafficLight.cpp
5
Command_Hotkey_TrafficLight.h
6
GUIBusStop.cpp
7
GUIBusStop.h
8
GUIContainer.cpp
9
GUIContainer.h
10
GUIParkingArea.cpp
11
GUIParkingArea.h
12
GUIDetectorWrapper.cpp
13
GUIDetectorWrapper.h
14
GUIE2Collector.cpp
15
GUIE2Collector.h
16
GUIE3Collector.cpp
17
GUIE3Collector.h
18
GUIEdge.cpp
19
GUIEdge.h
20
GUIEventControl.cpp
21
GUIEventControl.h
22
GUIInductLoop.cpp
23
GUIInductLoop.h
24
GUIInstantInductLoop.cpp
25
GUIInstantInductLoop.h
26
GUIJunctionWrapper.cpp
27
GUIJunctionWrapper.h
28
GUILane.cpp
29
GUILane.h
30
GUILaneSpeedTrigger.cpp
31
GUILaneSpeedTrigger.h
32
GUIPerson.cpp
33
GUIPerson.h
34
GUINet.cpp
35
GUINet.h
36
GUITrafficLightLogicWrapper.cpp
37
GUITrafficLightLogicWrapper.h
38
GUITriggeredRerouter.cpp
39
GUITriggeredRerouter.h
40
GUIOverheadWire.cpp
41
GUIOverheadWire.h
42
GUICalibrator.cpp
43
GUICalibrator.h
44
GUIChargingStation.cpp
45
GUIChargingStation.h
46
GUIBaseVehicle.cpp
47
GUIBaseVehicle.h
48
GUIVehicle.cpp
49
GUIVehicle.h
50
GUIVehicleControl.cpp
51
GUIVehicleControl.h
52
GUITransportableControl.cpp
53
GUITransportableControl.h
54
)
55
56
add_library(guisim STATIC ${guisim_STAT_SRCS})
57
set_property(TARGET guisim PROPERTY PROJECT_LABEL "z_guisim")
58
59