diff options
| author | ruki <[email protected]> | 2020-11-08 11:07:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-08 11:07:41 +0800 |
| commit | ea6afc015b3c3f391761ba13a03c966daedd6db4 (patch) | |
| tree | 5ad9183da6470ba09542bd8b6634d149a9647fb0 /xmake/rules/c++ | |
| parent | 8b032f72b8f3972fe702b6f3f20d07d2d1696739 (diff) | |
add check_licenses
Diffstat (limited to 'xmake/rules/c++')
| -rw-r--r-- | xmake/rules/c++/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua index 5a68ab3e8..51b5d355f 100644 --- a/xmake/rules/c++/xmake.lua +++ b/xmake/rules/c++/xmake.lua @@ -60,3 +60,6 @@ rule("c++") -- check targets add_deps("utils.check.targets") + + -- check licenses + add_deps("utils.check.licenses") |
