Reputation: 91
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
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