Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/gui/div/CMakeLists.txt
169684 views
1
set(utils_gui_div_STAT_SRCS
2
GLHelper.cpp
3
GLHelper.h
4
GLObjectValuePassConnector.h
5
GUIBasePersonHelper.cpp
6
GUIBasePersonHelper.h
7
GUIBaseVehicleHelper.cpp
8
GUIBaseVehicleHelper.h
9
GUIDesigns.cpp
10
GUIDesigns.h
11
GUIDialog_GLChosenEditor.cpp
12
GUIDialog_GLChosenEditor.h
13
GUIDottedGeometry.cpp
14
GUIDottedGeometry.h
15
GUIGeometry.cpp
16
GUIGeometry.h
17
GUIGlobalSelection.cpp
18
GUIGlobalSelection.h
19
GUIGlobalViewObjectsHandler.cpp
20
GUIGlobalViewObjectsHandler.h
21
GUIGlobalViewUpdater.cpp
22
GUIGlobalViewUpdater.cpp
23
GUIIOGlobals.cpp
24
GUIIOGlobals.h
25
GUIMessageWindow.cpp
26
GUIMessageWindow.h
27
GUIParam_PopupMenu.cpp
28
GUIParam_PopupMenu.h
29
GUIParameterTableItem.h
30
GUIParameterTableWindow.cpp
31
GUIParameterTableWindow.h
32
GUIPersistentWindowPos.cpp
33
GUIPersistentWindowPos.h
34
GUISelectedStorage.cpp
35
GUISelectedStorage.h
36
GUIUserIO.cpp
37
GUIUserIO.h
38
GUIVideoEncoder.h
39
GUIViewObjectsHandler.cpp
40
GUIViewObjectsHandler.h
41
GUIViewUpdater.cpp
42
GUIViewUpdater.h
43
)
44
45
add_library(utils_gui_div STATIC ${utils_gui_div_STAT_SRCS})
46
set_property(TARGET utils_gui_div PROPERTY PROJECT_LABEL "z_utils_gui_div")
47
48