line / rules_apple_line

LINE's Apple rules for Bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to include header search path for metal_library rule

vikage opened this issue · comments

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

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

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