Skip to content

Commit

Permalink
Add header to mark the existance of the new ImGui / ImPlot APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jan 12, 2023
1 parent 3f8338f commit 6622148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DebugGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
#endif()


if(APPLE)
set(GUI_BACKEND
src/imgui_impl_metal.mm
Expand All @@ -38,6 +39,7 @@ if(APPLE)
src/implot.h
src/implot_internal.h
src/imconfig.h
src/DebugGUIAPIv2.h
# src/Sokol3DUtils.h
src/DebugGUI.h
src/imgui_impl_glfw.h
Expand Down Expand Up @@ -65,6 +67,7 @@ elseif(GLFW_FOUND)
src/Sokol3DUtils.h
src/GL3DUtils.h
src/DebugGUI.h
src/DebugGUIAPIv2.h
src/imgui_impl_opengl3.h
src/imgui_impl_glfw.h
src/icons_font_awesome.h
Expand All @@ -81,6 +84,7 @@ else()
src/Sokol3DUtils.h
src/GL3DUtils.h
src/DebugGUI.h
src/DebugGUIAPIv2.h
src/imgui_impl_glfw_gl3.h
src/icons_font_awesome.h
)
Expand Down
Empty file added DebugGUI/src/DebugGUIAPIv2.h
Empty file.

0 comments on commit 6622148

Please sign in to comment.