diff options
| author | ruki <[email protected]> | 2021-08-22 20:00:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-22 20:00:48 +0800 |
| commit | f677b70f1725e3d5d61b38e5c4caf53955f4cd77 (patch) | |
| tree | 953c95d14b32ae12d03e1f79cad5b16c83f506e6 /xmake/rules/xcode/application/xmake.lua | |
| parent | 0b3a790a6e1e81b25ff4e2d7a53c73bc42b47e26 (diff) | |
add metal rule stub
Diffstat (limited to 'xmake/rules/xcode/application/xmake.lua')
| -rw-r--r-- | xmake/rules/xcode/application/xmake.lua | 4 |
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") |
