How do I share .h files between different BUILD files in Bazel?
I have the .h files in a different folder compared to where the BUILD file is present. I’m making BUILD file for each module so that the module can be reused in different projects. How do I link .h files present in a different module to the one that requires it?