zengine/engine/xmake.lua

10 lines
244 B
Lua
Raw Normal View History

2024-07-20 18:04:19 +08:00
target("editor")
set_kind("static")
set_group("Engine")
target("engine")
set_kind("static")
set_group("Engine")
includes("xmake/xmake.lua")
2024-07-22 09:05:42 +08:00
includes("3rdparty/xmake.lua")
2024-07-20 18:04:19 +08:00
includes("tools/xmake.lua")
includes("modules/xmake.lua")