summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-08 09:26:40 +0800
committerruki <[email protected]>2020-11-08 09:26:40 +0800
commit8b032f72b8f3972fe702b6f3f20d07d2d1696739 (patch)
tree2403a1b907d1e8c75af614bf63ad51537c648efc /xmake/core/project/target.lua
parent52752cabc0e30823245be3eacc07d95d9161a156 (diff)
add license for target and find_package
Diffstat (limited to 'xmake/core/project/target.lua')
-rw-r--r--xmake/core/project/target.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index 69e6e4068..4f7c58dc1 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -1856,6 +1856,7 @@ function target.apis()
, "target.set_strip"
, "target.set_rules"
, "target.set_version"
+ , "target.set_license"
, "target.set_enabled"
, "target.set_default"
, "target.set_options"