File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ use-project boost
1111# boost_python library from the project whose global ID is
1212# /boost/python.
1313project
14- : requirements <library>/boost/python//boost_python ;
14+ : requirements <library>/boost/python//boost_python
15+ <implicit-dependency>/boost//headers
16+ : usage-requirements <implicit-dependency>/boost//headers
17+ ;
1518
1619# Declare the three extension modules. You can specify multiple
1720# source files after the colon separated by spaces.
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ use-project boost
1212# /boost/python.
1313project boost-python-quickstart
1414 : requirements <library>/boost/python//boost_python
15+ <implicit-dependency>/boost//headers
16+ : usage-requirements <implicit-dependency>/boost//headers
1517 ;
1618
1719# Make the definition of the python-extension rule available
Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ use-project boost
2020# boost_python library from the project whose global ID is
2121# /boost/python.
2222project
23- : requirements <library>/boost/python//boost_python ;
23+ : requirements <library>/boost/python//boost_python
24+ <implicit-dependency>/boost//headers
25+ : usage-requirements <implicit-dependency>/boost//headers
26+ ;
2427
2528# Declare the three extension modules. You can specify multiple
2629# source files after the colon separated by spaces.
You can’t perform that action at this time.
0 commit comments