Hi,
On Linux, in my Jamroot file, I have:
If I run ‘bjam’, everything is fine i.e., both
projects
However, I want to run individual projects.
That is, with the same Jamroot file, I want to issue
something like:
bjam ParserProcessor
or
bjam NearDup
Is it possible? If so, how? If not, is there an alternative
to achieve the same?
Thanks so much,