Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/netedit/dialogs/elements/CMakeLists.txt
193906 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
GNEDistributionRefDialog.cpp
9
GNEDistributionRefDialog.h
10
GNERerouterDialog.cpp
11
GNERerouterDialog.h
12
GNERerouterIntervalDialog.cpp
13
GNERerouterIntervalDialog.h
14
GNETemplateElementDialog.h
15
GNEVariableSpeedSignDialog.cpp
16
GNEVariableSpeedSignDialog.h
17
GNEVehicleTypeDialog.cpp
18
GNEVehicleTypeDialog.h
19
)
20
21
add_library(netedit_dialogs_elements STATIC ${netedit_dialogs_elements_SRCS})
22
set_property(TARGET netedit_dialogs_elements PROPERTY PROJECT_LABEL "z_netedit_dialogs_elements")
23
add_dependencies(netedit_dialogs_elements generate-version-h)
24
25