mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Externals: add missing helper cpp to imgui
This commit is contained in:
parent
d9b00c802e
commit
08a5137512
1 changed files with 1 additions and 0 deletions
1
Externals/imgui/CMakeLists.txt
vendored
1
Externals/imgui/CMakeLists.txt
vendored
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue