imgui-frontend-engineer: add iOS platform scaffolding

This commit is contained in:
scawful
2025-12-28 10:57:53 -06:00
parent 954c612f69
commit c9df4372d7
48 changed files with 2328 additions and 304 deletions

View File

@@ -21,6 +21,12 @@ else()
message(STATUS "Using ImGui SDL2 backend")
endif()
if(YAZE_PLATFORM_IOS)
list(APPEND IMGUI_BACKEND_SOURCES
${IMGUI_DIR}/backends/imgui_impl_metal.mm
)
endif()
# Create ImGui library with core files from bundled source
add_library(ImGui STATIC
${IMGUI_DIR}/imgui.cpp