zengine/engine/tools/xmake.lua

6 lines
125 B
Lua
Raw Normal View History

2024-07-20 18:04:19 +08:00
function tool_target(name)
target(name)
set_kind("binary")
set_group("Tools")
end
includes("*/xmake.lua")