zengine/engine/xmake.lua
2024-07-22 09:05:42 +08:00

10 lines
244 B
Lua

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