diff options
author | Eric Niebler <eric@boostpro.com> | 2014-01-15 09:20:43 -0800 |
---|---|---|
committer | Eric Niebler <eric@boostpro.com> | 2014-01-15 09:20:43 -0800 |
commit | 83659b648cbdea5d0b367daa4f0de457b4eb0720 (patch) | |
tree | 7bbb87768cd1c9ef7fa14e603b5e6d5cf60eb438 /Jamroot | |
parent | 982ba2c99f7fe5a66d497e6793b1c55d97f65398 (diff) | |
download | boost-83659b648cbdea5d0b367daa4f0de457b4eb0720.tar.gz |
add a use-project for the wave tool
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |