Closed Qix- closed 5 years ago
Fixes #19
This forces all include paths to resolve relative to the config path if they're not absolute.
This fixes #include <some-file.hpp> where some-file.hpp is somewhere in the include directories and not relative to the file in question.
#include <some-file.hpp>
some-file.hpp
Uhh why did Github close this? Hundreds of PRs on github and this has never happened...
EDIT: Github won't let me reopen it. Check #22. Sorry ._. Never seen this before.
Fixes #19
This forces all include paths to resolve relative to the config path if they're not absolute.
This fixes
#include <some-file.hpp>
wheresome-file.hpp
is somewhere in the include directories and not relative to the file in question.