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:20:43 -0800
commit83659b648cbdea5d0b367daa4f0de457b4eb0720 (patch)
tree7bbb87768cd1c9ef7fa14e603b5e6d5cf60eb438 /Jamroot
parent982ba2c99f7fe5a66d497e6793b1c55d97f65398 (diff)
downloadboost-83659b648cbdea5d0b367daa4f0de457b4eb0720.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 74d47217cd..7ed45cf894 100644
--- a/Jamroot
+++ b/Jamroot
@@ -245,6 +245,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