mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
13 lines
229 B
CMake
13 lines
229 B
CMake
set(IMGUI_FILES
|
|
imgui.cpp
|
|
imgui_demo.cpp
|
|
imgui_draw.cpp
|
|
imgui_tables.cpp
|
|
imgui_widgets.cpp
|
|
imgui_impl_thin3d.cpp
|
|
imgui_impl_platform.cpp
|
|
)
|
|
|
|
add_library(imgui ${IMGUI_FILES})
|
|
target_include_directories(imgui PRIVATE ../..)
|