Page 1 of 1

Add option to link other project

Posted: Thu Jul 11, 2013 11:36 am
by netrick
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.

Re: Add option to link other project

Posted: Thu Jul 11, 2013 4:52 pm
by eranif
Did you try the "Build Order" (right click the project)

It does what you want ( at least for me ... )

Eran