In other C++ IDEs, you have project A (app) and project B (lib). You can choose project A to link project B and you can select to build project B everytime you build project A.
Currently as suggested by you I have to manually write script to remove binaries when I rebuild lib. It's not cross platform by any means and also with every new project in workspace it gets more annoying.
Add option to link other project
-
- CodeLite Enthusiast
- Posts: 19
- Joined: Fri Dec 07, 2012 8:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Add option to link other project
Did you try the "Build Order" (right click the project)
It does what you want ( at least for me ... )
Eran
It does what you want ( at least for me ... )
Eran
Make sure you have read the HOW TO POST thread