mirror of
https://github.com/boostorg/function_types.git
synced 2025-07-30 04:47:21 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
12
build.jam
12
build.jam
@ -7,12 +7,12 @@ import project ;
|
||||
|
||||
project /boost/function_types
|
||||
: common-requirements
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/detail//boost_detail
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/preprocessor//boost_preprocessor
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/detail//boost_detail
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user