diff options
| author | ruki <[email protected]> | 2026-03-17 22:48:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-17 22:48:28 +0800 |
| commit | 27bd61c80153023faec1ca3e3aee787e02f161dd (patch) | |
| tree | 37176b0f5bf98e3364fde6c58d61c97d272259d5 /xmake/rules/csharp/xmake.lua | |
| parent | f48ca26675a3b9eac14374f98cc175a087e2e3e1 (diff) | |
install csharp target
Diffstat (limited to 'xmake/rules/csharp/xmake.lua')
| -rw-r--r-- | xmake/rules/csharp/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/rules/csharp/xmake.lua b/xmake/rules/csharp/xmake.lua index ddd686bfc..4030c7457 100644 --- a/xmake/rules/csharp/xmake.lua +++ b/xmake/rules/csharp/xmake.lua @@ -116,6 +116,8 @@ rule("csharp.build") set_sourcekinds("cs") on_config("config") on_build("build") + on_install("install") + on_installcmd("installcmd") rule("csharp") add_deps("csharp.build") |
