mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-21 05:02:14 +00:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
@@ -7,10 +7,10 @@ import project ;
|
||||
|
||||
project /boost/parameter_python
|
||||
: common-requirements
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/parameter//boost_parameter
|
||||
<source>/boost/preprocessor//boost_preprocessor
|
||||
<source>/boost/python//boost_python
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/parameter//boost_parameter
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/python//boost_python
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user