summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorEric Niebler <eric@boostpro.com>2014-01-15 09:20:43 -0800
committerEric Niebler <eric@boostpro.com>2014-01-15 09:21:12 -0800
commit51bc0b6a847642ca851ba51565213399523fde63 (patch)
tree2b5a4ac2fb340faf1f477a7e0a66aea6fe3654b9 /Jamroot
parent6f5e23da13e29e6d2e8ba7c9dd2087c8eae07ea8 (diff)
downloadboost-51bc0b6a847642ca851ba51565213399523fde63.tar.gz
add a use-project for the wave tool
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 3264a0a33b..011ae5db4e 100644
--- a/Jamroot
+++ b/Jamroot
@@ -248,6 +248,7 @@ for local l in $(all-libraries)
}
use-project /boost/tools/inspect : tools/inspect/build ;
+use-project /boost/libs/wave/tool : libs/wave/tool/build ;
# This rule should be called from libraries' Jamfiles and will create two
# targets, "install" and "stage", that will install or stage that library. The