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