zengine/engine/xmake/rule_plugin/xmake.lua

8 lines
269 B
Lua
Raw Permalink Normal View History

2024-12-23 17:44:32 +08:00
-- rule("engine.plugin")
-- set_extensions(".h")
-- on_config(function (target)
-- --import("make_plugin")
-- --local file = target:extraconf("rules", "engine.plugin", "file")
-- --make_plugin(target, file or "module.h")
-- end)
2024-07-31 10:48:28 +08:00