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