Path: blob/main/src/netedit/elements/moving/CMakeLists.txt
185790 views
set(netedit_elements_moving_SRCS1GNEMoveElement.cpp2GNEMoveElement.h3GNEMoveElementConnection.cpp4GNEMoveElementConnection.h5GNEMoveElementCrossing.cpp6GNEMoveElementCrossing.h7GNEMoveElementEdge.cpp8GNEMoveElementEdge.h9GNEMoveElementJunction.cpp10GNEMoveElementJunction.h11GNEMoveElementLane.cpp12GNEMoveElementLane.h13GNEMoveElementLaneDouble.cpp14GNEMoveElementLaneDouble.h15GNEMoveElementLaneSingle.cpp16GNEMoveElementLaneSingle.h17GNEMoveElementPlan.cpp18GNEMoveElementPlan.h19GNEMoveElementPlanParent.cpp20GNEMoveElementPlanParent.h21GNEMoveElementShape.cpp22GNEMoveElementShape.h23GNEMoveElementVehicle.cpp24GNEMoveElementVehicle.h25GNEMoveElementView.cpp26GNEMoveElementView.h27GNEMoveElementViewResizable.cpp28GNEMoveElementViewResizable.h29GNEMoveOffset.cpp30GNEMoveOffset.h31GNEMoveOperation.cpp32GNEMoveOperation.h33GNEMoveResult.cpp34GNEMoveResult.h35)3637add_library(netedit_elements_moving STATIC ${netedit_elements_moving_SRCS})38set_property(TARGET netedit_elements_moving PROPERTY PROJECT_LABEL "z_netedit_elements_moving")394041