add a use-project for the wave tool

This commit is contained in:
Eric Niebler 2014-01-15 09:20:43 -08:00
parent 982ba2c99f
commit 83659b648c

View file

@ -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