瀏覽代碼

Add use-project for /boost/tools/inspect

Beman 12 年之前
父節點
當前提交
5a86ed2cec
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Jamroot

+ 2 - 0
Jamroot

@@ -247,6 +247,8 @@ for local l in $(all-libraries)
     use-project /boost/$(l) : libs/$(l)/build ;
     use-project /boost/$(l) : libs/$(l)/build ;
 }
 }
 
 
+use-project /boost/tools/inspect : tools/inspect/build ;
+
 # This rule should be called from libraries' Jamfiles and will create two
 # This rule should be called from libraries' Jamfiles and will create two
 # targets, "install" and "stage", that will install or stage that library. The
 # targets, "install" and "stage", that will install or stage that library. The
 # --prefix option is respected, but --with and --without options, naturally, are
 # --prefix option is respected, but --with and --without options, naturally, are

粤ICP备19079148号