mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-29 20:37:28 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
@ -7,9 +7,9 @@ import project ;
|
||||
|
||||
project /boost/typeof
|
||||
: common-requirements
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/preprocessor//boost_preprocessor
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user