line / rules_apple_line

LINE's Apple rules for Bazel
Apache License 2.0
207 stars 18 forks source link

How to include header search path for metal_library rule #39

Closed vikage closed 3 years ago

vikage commented 3 years ago

Hi LINE developer. I use your rules to build metal_library. But i can't find any way to include header when build. I use metal_library that import "MTIShaderLib.h" in MetalPetal lib. Please provide the way to import header

thii commented 3 years ago

Can you provide an example (that builds with Xcode)?

vikage commented 3 years ago

DemoCompileMetal.zip @thii Here is example that I can build with Xcode.