expresso
expresso

Reputation: 91

Eclipse, C/C++ ,Link two projects in the same workspace

I am using eclipse for programming c. I would like to link two different projects in my workspace. For example, I have a project named List and I would like to create a project named Inventory which uses List. I would like to link the two projects so that all I have is to do is include "list.h". What is the proper way of doing that in eclipse?

Upvotes: 3

Views: 2974

Answers (1)

Adrien BARRAL
Adrien BARRAL

Reputation: 3604

Some one asked the same question this morning on this post :Question about CDT and multiple projects

Just look at the answer I did to Bittenus

Upvotes: 2

Related Questions