Path: blob/main/src/netedit/frames/demand/CMakeLists.txt
169684 views
set(netedit_frames_demand_SRCS1GNEDistributionFrame.h2GNEDistributionFrame.cpp3GNERouteFrame.h4GNERouteFrame.cpp5GNERouteDistributionFrame.h6GNERouteDistributionFrame.cpp7GNEStopFrame.h8GNEStopFrame.cpp9GNEPersonFrame.h10GNEPersonFrame.cpp11GNEPersonPlanFrame.h12GNEPersonPlanFrame.cpp13GNEContainerFrame.h14GNEContainerFrame.cpp15GNEContainerPlanFrame.h16GNEContainerPlanFrame.cpp17GNEVehicleFrame.h18GNEVehicleFrame.cpp19GNETypeFrame.h20GNETypeFrame.cpp21GNETypeDistributionFrame.h22GNETypeDistributionFrame.cpp23)2425add_library(netedit_frames_demand STATIC ${netedit_frames_demand_SRCS})26set_property(TARGET netedit_frames_demand PROPERTY PROJECT_LABEL "z_netedit_frames_demand")272829