Tagged Questions

2
votes
1answer
244 views

Define cross directory dependencies in Jam

After many years of using make, I've just started using jam (actually ftjam) for my projects. In my project workspaces, I have two directories: src where I build executables and libraries test ...
0
votes
1answer
56 views

Seperate build directory and include directory in Jam

I'd like to switch to using Jam as my build system. Currently, I have a src, include and build directories and I'm wondering how I can get Jam to put object files in the build directory and search for ...