| [news.eclipse.tools.cdt] Re: How to include a header from reference project |
Assuming you are using Managed C Project:
HTH -- Derek
I have two CDT projects, A and TestA. TestA referes to A. Suppose A contains a header file called "Foo.h". How can I include that header file in TestA? Many thanks.