You can make the main project dependent on the library project.
Here's how to do it...
In the Projects panel, right-click the main project and select Properties.
When the Project Properties dialog opens, click Libraries.
Click Add Project.
Navigate to the library project and select it.
Click OK to close the Project Properties dialog.
Now, whenever you build your main project, it will check to see if the library project is up to date. If not it will build that first.
Corbesero, Stephen wrote:
I have a main project and two (could be more) auxiliary library projects. I have specified a dedicated library folder.
Can anyone enlighten me on the correct process to achieve my development goals?
Any ads or links to ads that appear in this post are not endorsed nor recommended by this poster.