Skip to content

Commit

Permalink
Externals: add missing helper cpp to imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
iwubcode committed Nov 12, 2023
1 parent ba69d95 commit 716fa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Externals/imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(SRCS
imgui_draw.cpp
imgui_tables.cpp
imgui_widgets.cpp
misc/cpp/imgui_stdlib.cpp
)

add_library(imgui STATIC ${SRCS})
Expand Down

0 comments on commit 716fa80

Please sign in to comment.