summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode/application/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-22 20:00:48 +0800
committerruki <[email protected]>2021-08-22 20:00:48 +0800
commitf677b70f1725e3d5d61b38e5c4caf53955f4cd77 (patch)
tree953c95d14b32ae12d03e1f79cad5b16c83f506e6 /xmake/rules/xcode/application/xmake.lua
parent0b3a790a6e1e81b25ff4e2d7a53c73bc42b47e26 (diff)
add metal rule stub
Diffstat (limited to 'xmake/rules/xcode/application/xmake.lua')
-rw-r--r--xmake/rules/xcode/application/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/xcode/application/xmake.lua b/xmake/rules/xcode/application/xmake.lua
index 5984bbb55..51232f033 100644
--- a/xmake/rules/xcode/application/xmake.lua
+++ b/xmake/rules/xcode/application/xmake.lua
@@ -21,8 +21,8 @@
-- define rule: xcode application
rule("xcode.application")
- -- support add_files("Info.plist", "*.storyboard", "*.xcassets")
- add_deps("xcode.info_plist", "xcode.storyboard", "xcode.xcassets")
+ -- support add_files("Info.plist", "*.storyboard", "*.xcassets", "*.metal")
+ add_deps("xcode.info_plist", "xcode.storyboard", "xcode.xcassets", "xcode.metal")
-- we must set kind before target.on_load(), may we will use target in on_load()
before_load("load")