Path: blob/main/src/netedit/dialogs/elements/CMakeLists.txt
193906 views
add_subdirectory(lists)12set(netedit_dialogs_elements_SRCS3GNEAttributeCarrierDialog.cpp4GNEAttributeCarrierDialog.h5GNECalibratorDialog.cpp6GNECalibratorDialog.h7GNEDistributionRefDialog.cpp8GNEDistributionRefDialog.h9GNERerouterDialog.cpp10GNERerouterDialog.h11GNERerouterIntervalDialog.cpp12GNERerouterIntervalDialog.h13GNETemplateElementDialog.h14GNEVariableSpeedSignDialog.cpp15GNEVariableSpeedSignDialog.h16GNEVehicleTypeDialog.cpp17GNEVehicleTypeDialog.h18)1920add_library(netedit_dialogs_elements STATIC ${netedit_dialogs_elements_SRCS})21set_property(TARGET netedit_dialogs_elements PROPERTY PROJECT_LABEL "z_netedit_dialogs_elements")22add_dependencies(netedit_dialogs_elements generate-version-h)232425