Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/frames/network/CMakeLists.txt
169686 views
1
set(netedit_frames_network_SRCS
2
GNEAdditionalFrame.cpp
3
GNEAdditionalFrame.h
4
GNEConnectorFrame.cpp
5
GNEConnectorFrame.h
6
GNECreateEdgeFrame.cpp
7
GNECreateEdgeFrame.h
8
GNECrossingFrame.cpp
9
GNECrossingFrame.h
10
GNEDecalFrame.cpp
11
GNEDecalFrame.h
12
GNEProhibitionFrame.cpp
13
GNEProhibitionFrame.h
14
GNEShapeFrame.cpp
15
GNEShapeFrame.h
16
GNETAZFrame.cpp
17
GNETAZFrame.h
18
GNETLSEditorFrame.cpp
19
GNETLSEditorFrame.h
20
GNEWireFrame.cpp
21
GNEWireFrame.h
22
)
23
24
add_library(netedit_frames_network STATIC ${netedit_frames_network_SRCS})
25
set_property(TARGET netedit_frames_network PROPERTY PROJECT_LABEL "z_netedit_frames_network")
26
27