mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Externals: Add imgui
This commit is contained in:
9
Externals/imgui/CMakeLists.txt
vendored
Normal file
9
Externals/imgui/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
set(SRCS
|
||||
imgui.cpp
|
||||
imgui_draw.cpp
|
||||
imgui_widgets.cpp
|
||||
)
|
||||
|
||||
add_library(imgui STATIC ${SRCS})
|
||||
target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
Reference in New Issue
Block a user