mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
meson: Migrate implot 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 imgui"
|
||||
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot"
|
||||
|
||||
function cleanup() {
|
||||
local status=$?
|
||||
|
||||
@@ -198,7 +198,7 @@ Lib('imgui', 'https://github.com/ocornut/imgui',
|
||||
Lib('implot', 'https://github.com/epezent/implot',
|
||||
mit, 'https://raw.githubusercontent.com/epezent/implot/master/LICENSE',
|
||||
ships_static=all_platforms,
|
||||
submodule=Submodule('ui/thirdparty/implot')
|
||||
submodule=Submodule('subprojects/implot.wrap')
|
||||
),
|
||||
|
||||
Lib('cpp-httplib', 'https://github.com/yhirose/cpp-httplib',
|
||||
|
||||
Reference in New Issue
Block a user