how to set include directory for rebar
In my module I have
-include("blah.hrl").
The .hrl file is not in the module's directory, but somewhere else on my
system. How can I make rebar find it when compiling? Is there a way to add
a path to the include directory in rebar.config?
No comments:
Post a Comment