From ea6afc015b3c3f391761ba13a03c966daedd6db4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 8 Nov 2020 11:07:41 +0800 Subject: add check_licenses --- xmake/rules/c++/xmake.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmake/rules/c++/xmake.lua') 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") -- cgit v1.3.1