mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
meson: Migrate imgui submodule to subproject
This commit is contained in:
@@ -35,7 +35,7 @@ sub_deinit=""
|
||||
|
||||
# xemu extras
|
||||
subprojects="$subprojects glslang SPIRV-Reflect volk VulkanMemoryAllocator
|
||||
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash"
|
||||
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui"
|
||||
|
||||
function cleanup() {
|
||||
local status=$?
|
||||
|
||||
@@ -192,7 +192,7 @@ Lib('slirp', 'https://gitlab.freedesktop.org/slirp',
|
||||
Lib('imgui', 'https://github.com/ocornut/imgui',
|
||||
mit, 'https://raw.githubusercontent.com/ocornut/imgui/master/LICENSE.txt',
|
||||
ships_static=all_platforms,
|
||||
submodule=Submodule('ui/thirdparty/imgui')
|
||||
submodule=Submodule('subprojects/imgui.wrap')
|
||||
),
|
||||
|
||||
Lib('implot', 'https://github.com/epezent/implot',
|
||||
|
||||
Reference in New Issue
Block a user