mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-29 12:07:42 +02:00
Move include to target.
This commit is contained in:
@ -15,12 +15,11 @@ constant boost_dependencies :
|
|||||||
/boost/utility//boost_utility ;
|
/boost/utility//boost_utility ;
|
||||||
|
|
||||||
project /boost/static_string
|
project /boost/static_string
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_static_string : : : : <library>$(boost_dependencies) ]
|
[ alias boost_static_string : : :
|
||||||
|
: <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_static_string test ]
|
[ alias all : boost_static_string test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user