Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/gui/events/CMakeLists.txt
169684 views
1
set(utils_gui_events_STAT_SRCS
2
GUIEvent.h
3
GUIEvent_Message.h
4
GUIEvent_AddView.h
5
GUIEvent_SimulationStep.h
6
)
7
8
if(MSVC)
9
add_custom_target(z_utils_gui_events SOURCES ${utils_gui_events_STAT_SRCS})
10
endif(MSVC)
11
12