diff options
Diffstat (limited to 'tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua')
| -rw-r--r-- | tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua b/tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua new file mode 100644 index 000000000..7976a1d0e --- /dev/null +++ b/tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua @@ -0,0 +1,5 @@ +task("hello_addon") + set_category("plugin") + set_menu {usage = "xmake hello_addon", description = "Say hello from the addon.", + options = {{'n', "name", "kv", nil, "Set the name."}}} + on_run("main") |
