zengine/engine/xmake.lua
2024-07-20 18:04:19 +08:00

9 lines
213 B
Lua

target("editor")
set_kind("static")
set_group("Engine")
target("engine")
set_kind("static")
set_group("Engine")
includes("xmake/xmake.lua")
includes("tools/xmake.lua")
includes("modules/xmake.lua")