Skip to content

Commit 6622148

Browse files
committed
Add header to mark the existance of the new ImGui / ImPlot APIs
1 parent 3f8338f commit 6622148

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

DebugGUI/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2222
# set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
2323
#endif()
2424

25+
2526
if(APPLE)
2627
set(GUI_BACKEND
2728
src/imgui_impl_metal.mm
@@ -38,6 +39,7 @@ if(APPLE)
3839
src/implot.h
3940
src/implot_internal.h
4041
src/imconfig.h
42+
src/DebugGUIAPIv2.h
4143
# src/Sokol3DUtils.h
4244
src/DebugGUI.h
4345
src/imgui_impl_glfw.h
@@ -65,6 +67,7 @@ elseif(GLFW_FOUND)
6567
src/Sokol3DUtils.h
6668
src/GL3DUtils.h
6769
src/DebugGUI.h
70+
src/DebugGUIAPIv2.h
6871
src/imgui_impl_opengl3.h
6972
src/imgui_impl_glfw.h
7073
src/icons_font_awesome.h
@@ -81,6 +84,7 @@ else()
8184
src/Sokol3DUtils.h
8285
src/GL3DUtils.h
8386
src/DebugGUI.h
87+
src/DebugGUIAPIv2.h
8488
src/imgui_impl_glfw_gl3.h
8589
src/icons_font_awesome.h
8690
)

DebugGUI/src/DebugGUIAPIv2.h

Whitespace-only changes.

0 commit comments

Comments
 (0)