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