Skip to content

Commit d7ada1d

Browse files
committed
Move include to target.
1 parent d4c0dcf commit d7ada1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.jam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ constant boost_dependencies :
1313
/boost/type_traits//boost_type_traits ;
1414

1515
project /boost/tti
16-
: common-requirements
17-
<include>include
1816
;
1917

2018
explicit
21-
[ alias boost_tti : : : : <library>$(boost_dependencies) ]
19+
[ alias boost_tti : : :
20+
: <include>include <library>$(boost_dependencies) ]
2221
[ alias all : boost_tti test ]
2322
;
2423

0 commit comments

Comments
 (0)