I would like to override the default Xcode Metal compiler behaviour of compiling all project .metal
files into a single default.metallib
and instead compile each .metal
file into a separate .metallib
file.
However I cannot see how to approach this; can anyone provide a lead?
Xcode version: 10.1
I achieved this in two steps:
1) Add a custom build rule for .metal
files that compiles them individually into .metallib
s:
2) Add a custom build step for copying those .metallib
s into your target:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With