Open CausticYarn opened 10 years ago
Is there a way to have multiple nested includes? I have a library that has .h files in "include" and "foo" and they're both referenced by the their path, e.g. include "include\bar.h", include "foo\baz.h".
The name "nestedInclude" itself doesn't do anything. If you have multiple folders, you can use "nestedInclude1", "nestedInclude2", etc.
Is there a way to have multiple nested includes? I have a library that has .h files in "include" and "foo" and they're both referenced by the their path, e.g. include "include\bar.h", include "foo\baz.h".