Tagged Questions
0
votes
1answer
63 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 ...