Add the boost_log_setup target to the top level Jamroot

This commit is contained in:
Michael Caisse 2015-02-07 00:39:47 -08:00
parent 49ed2fa3ea
commit a45118cd86

View file

@ -226,6 +226,9 @@ for local l in $(all-libraries)
}
}
# Log has an additional target
explicit-alias log_setup : libs/log/build//boost_log_setup ;
alias headers : $(all-headers)-headers : : : <include>. ;
explicit headers ;