[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] How to include a header from reference project

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.