Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/elements/moving/CMakeLists.txt
185790 views
1
set(netedit_elements_moving_SRCS
2
GNEMoveElement.cpp
3
GNEMoveElement.h
4
GNEMoveElementConnection.cpp
5
GNEMoveElementConnection.h
6
GNEMoveElementCrossing.cpp
7
GNEMoveElementCrossing.h
8
GNEMoveElementEdge.cpp
9
GNEMoveElementEdge.h
10
GNEMoveElementJunction.cpp
11
GNEMoveElementJunction.h
12
GNEMoveElementLane.cpp
13
GNEMoveElementLane.h
14
GNEMoveElementLaneDouble.cpp
15
GNEMoveElementLaneDouble.h
16
GNEMoveElementLaneSingle.cpp
17
GNEMoveElementLaneSingle.h
18
GNEMoveElementPlan.cpp
19
GNEMoveElementPlan.h
20
GNEMoveElementPlanParent.cpp
21
GNEMoveElementPlanParent.h
22
GNEMoveElementShape.cpp
23
GNEMoveElementShape.h
24
GNEMoveElementVehicle.cpp
25
GNEMoveElementVehicle.h
26
GNEMoveElementView.cpp
27
GNEMoveElementView.h
28
GNEMoveElementViewResizable.cpp
29
GNEMoveElementViewResizable.h
30
GNEMoveOffset.cpp
31
GNEMoveOffset.h
32
GNEMoveOperation.cpp
33
GNEMoveOperation.h
34
GNEMoveResult.cpp
35
GNEMoveResult.h
36
)
37
38
add_library(netedit_elements_moving STATIC ${netedit_elements_moving_SRCS})
39
set_property(TARGET netedit_elements_moving PROPERTY PROJECT_LABEL "z_netedit_elements_moving")
40
41