We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8338f commit 6622148Copy full SHA for 6622148
2 files changed
DebugGUI/CMakeLists.txt
@@ -22,6 +22,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
22
# set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
23
#endif()
24
25
+
26
if(APPLE)
27
set(GUI_BACKEND
28
src/imgui_impl_metal.mm
@@ -38,6 +39,7 @@ if(APPLE)
38
39
src/implot.h
40
src/implot_internal.h
41
src/imconfig.h
42
+ src/DebugGUIAPIv2.h
43
# src/Sokol3DUtils.h
44
src/DebugGUI.h
45
src/imgui_impl_glfw.h
@@ -65,6 +67,7 @@ elseif(GLFW_FOUND)
65
67
src/Sokol3DUtils.h
66
68
src/GL3DUtils.h
69
70
71
src/imgui_impl_opengl3.h
72
73
src/icons_font_awesome.h
@@ -81,6 +84,7 @@ else()
81
84
82
85
83
86
87
88
src/imgui_impl_glfw_gl3.h
89
90
)
DebugGUI/src/DebugGUIAPIv2.h
0 commit comments