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?
I tried using export files but that didn’t work. I would like a way to make the path relative since it is a git repo.