summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/c++/xmake.lua')
-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")