summaryrefslogtreecommitdiff
path: root/xmake/rules/c++
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-08 11:07:41 +0800
committerruki <[email protected]>2020-11-08 11:07:41 +0800
commitea6afc015b3c3f391761ba13a03c966daedd6db4 (patch)
tree5ad9183da6470ba09542bd8b6634d149a9647fb0 /xmake/rules/c++
parent8b032f72b8f3972fe702b6f3f20d07d2d1696739 (diff)
add check_licenses
Diffstat (limited to 'xmake/rules/c++')
-rw-r--r--xmake/rules/c++/xmake.lua3
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")