linking library projects in same workspace

General questions regarding the usage of CodeLite
lurscher
CodeLite Enthusiast
Posts: 11
Joined: Wed Oct 31, 2012 4:34 pm
Genuine User: Yes
IDE Question: c++
Contact:

linking library projects in same workspace

Post by lurscher »

Hi,

Is there an easy way to add library projects in the current workspace to link to other projects?

in per-project settings..-> linker-> i see "Library Paths" and "Libraries", clicking the "..." button right to them i get a place to what i think is paste text. That should work even if absolute paths change from machine to machine, but i was wondering why isn't there a simpler way to add a sister library project in the workspace as a dependency, as it should be a very common operation
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: linking library projects in same workspace

Post by eranif »

lurscher wrote:Is there an easy way to add library projects in the current workspace to link to other projects?
Not really.
As you might figured it by now, you need to put the path + the library name.

I think that it might be a good suggestion, can you please post a feature request at sourceforge?

Otherwise it will get lost on the forum

Thanks
Eran
Make sure you have read the HOW TO POST thread
lurscher
CodeLite Enthusiast
Posts: 11
Joined: Wed Oct 31, 2012 4:34 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: linking library projects in same workspace

Post by lurscher »

eranif wrote:
lurscher wrote: I think that it might be a good suggestion, can you please post a feature request at sourceforge?
added
https://sourceforge.net/p/codelite/feat ... uests/587/
Post Reply