Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/dialogs/elements/CMakeLists.txt
169684 views
1
add_subdirectory(lists)
2
3
set(netedit_dialogs_elements_SRCS
4
GNEAttributeCarrierDialog.cpp
5
GNEAttributeCarrierDialog.h
6
GNECalibratorDialog.cpp
7
GNECalibratorDialog.h
8
GNERerouterDialog.cpp
9
GNERerouterDialog.h
10
GNERerouterIntervalDialog.cpp
11
GNERerouterIntervalDialog.h
12
GNETemplateElementDialog.h
13
GNEVariableSpeedSignDialog.cpp
14
GNEVariableSpeedSignDialog.h
15
GNEVehicleTypeDialog.cpp
16
GNEVehicleTypeDialog.h
17
)
18
19
add_library(netedit_dialogs_elements STATIC ${netedit_dialogs_elements_SRCS})
20
set_property(TARGET netedit_dialogs_elements PROPERTY PROJECT_LABEL "z_netedit_dialogs_elements")
21
add_dependencies(netedit_dialogs_elements generate-version-h)
22
23