F4MP/codigos originales/tiltedcode/Code/components/imgui/xmake.lua

6 lines
89 B
Lua
Raw Permalink Normal View History

if is_plat("windows") then
component("ImGuiImpl")
add_packages("imgui")
end