summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorMichael Caisse <mcaisse@ciere.com>2015-02-07 00:39:47 -0800
committerMichael Caisse <mcaisse@ciere.com>2015-02-07 00:39:47 -0800
commita45118cd86f6c9c2200cf81866268858907fc901 (patch)
treecb8d61d8757adbfdb1861d87c69b019f1c6d6111 /Jamroot
parent49ed2fa3ea3db110eef7122a2acfc657c175c33b (diff)
downloadboost-a45118cd86f6c9c2200cf81866268858907fc901.tar.gz
Add the boost_log_setup target to the top level Jamroot
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 8885fd5f24..035fe80d84 100644
--- a/Jamroot
+++ b/Jamroot
@@ -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 ;