mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-30 04:07:14 +02:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@ -11,9 +11,10 @@ project /boost/preprocessor
|
|||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_preprocessor ]
|
[ alias boost_preprocessor : : : : <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_preprocessor test ]
|
[ alias all : boost_preprocessor test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library preprocessor
|
call-if : boost-library preprocessor
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user