Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/frames/common/CMakeLists.txt
194300 views
1
set(netedit_frames_common_SRCS
2
GNEComboBoxAttrProperty.h
3
GNEComboBoxAttrProperty.cpp
4
GNEComboBoxTagProperty.h
5
GNEComboBoxTagProperty.cpp
6
GNEInspectorFrame.h
7
GNEInspectorFrame.cpp
8
GNESelectorFrame.h
9
GNESelectorFrame.cpp
10
GNEDeleteFrame.h
11
GNEDeleteFrame.cpp
12
GNEGroupBoxModule.h
13
GNEGroupBoxModule.cpp
14
GNEMatchAttribute.h
15
GNEMatchAttribute.cpp
16
GNEMoveFrame.h
17
GNEMoveFrame.cpp
18
)
19
20
add_library(netedit_frames_common STATIC ${netedit_frames_common_SRCS})
21
set_property(TARGET netedit_frames_common PROPERTY PROJECT_LABEL "z_netedit_frames_common")
22
23