I have two projects using Boost.Build engine, with the following structure:
|_Project 1
| |_Source files
| |_Jamroot.jam
|
|_Project 2
| |_Source files
| |_Jamroot.jam
How can I trigger the build process of project 1 from project 2, and in addition link to the dynamic library that was generated in project 1?