Skip to content

Commit 0e6018e

Browse files
committed
Move inter-lib dependencies to a project variable and into the build targets.
1 parent 2fd37b1 commit 0e6018e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.jam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ project /boost/qvm
1111
;
1212

1313
explicit
14-
[ alias boost_qvm ]
14+
[ alias boost_qvm : : : : <library>$(boost_dependencies) ]
1515
[ alias all : boost_qvm test ]
1616
;
1717

1818
call-if : boost-library qvm
1919
;
20+

0 commit comments

Comments
 (0)