
16 Mar
2012
16 Mar
'12
3:57 p.m.
AMDG On 03/16/2012 06:58 AM, Marc-Antoine ARNAUD wrote:
I'm using boost BJam to build my project with externals librairies. And I need to define variables if I found headers on the machine.
How can we do that ?
project : requirements <include>. <define>FLAG_NEEDED_TO_DEFINE => I need to define only if I found header. ;
lib library : [ glob *.cpp ] ;
At the moment the easiest way to do this is:
// header.cpp
#include