summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-05 00:57:10 +0800
committerruki <[email protected]>2022-11-05 00:57:10 +0800
commit4889bfdb1fc75dfaa90a702f26d07715cb592d15 (patch)
tree8eed62eb4c116e9068a1a151924e4db63f7ac0c1 /xmake/core/project/target.lua
parent5cf20abdd48b4dfe645a9564975f4367e4494240 (diff)
add set_exceptions
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 ddbd2927a..080b8249b 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -2284,6 +2284,7 @@ function target.apis()
, "target.set_languages"
, "target.set_toolchains"
, "target.set_runargs"
+ , "target.set_exceptions"
-- target.add_xxx
, "target.add_deps"
, "target.add_rules"