|
5 | 5 |
|
6 | 6 | require-b2 5.2 ;
|
7 | 7 |
|
| 8 | +constant boost_dependencies : |
| 9 | + /boost/assert//boost_assert |
| 10 | + /boost/concept_check//boost_concept_check |
| 11 | + /boost/config//boost_config |
| 12 | + /boost/container_hash//boost_container_hash |
| 13 | + /boost/core//boost_core |
| 14 | + /boost/filesystem//boost_filesystem |
| 15 | + /boost/integer//boost_integer |
| 16 | + /boost/iterator//boost_iterator |
| 17 | + /boost/mp11//boost_mp11 |
| 18 | + /boost/preprocessor//boost_preprocessor |
| 19 | + /boost/type_traits//boost_type_traits |
| 20 | + /boost/variant2//boost_variant2 ; |
| 21 | + |
8 | 22 | project /boost/gil
|
9 | 23 | : common-requirements
|
10 |
| - <library>/boost/assert//boost_assert |
11 |
| - <library>/boost/concept_check//boost_concept_check |
12 |
| - <library>/boost/config//boost_config |
13 |
| - <library>/boost/container_hash//boost_container_hash |
14 |
| - <library>/boost/core//boost_core |
15 |
| - <library>/boost/filesystem//boost_filesystem |
16 |
| - <library>/boost/integer//boost_integer |
17 |
| - <library>/boost/iterator//boost_iterator |
18 |
| - <library>/boost/mp11//boost_mp11 |
19 |
| - <library>/boost/preprocessor//boost_preprocessor |
20 |
| - <library>/boost/type_traits//boost_type_traits |
21 |
| - <library>/boost/variant2//boost_variant2 |
22 | 24 | <include>include
|
23 | 25 | ;
|
24 | 26 |
|
25 | 27 | explicit
|
26 |
| - [ alias boost_gil ] |
| 28 | + [ alias boost_gil : : : : <library>$(boost_dependencies) ] |
27 | 29 | [ alias all : boost_gil example test ]
|
28 | 30 | ;
|
29 | 31 |
|
30 | 32 | call-if : boost-library gil
|
31 | 33 | ;
|
| 34 | + |
0 commit comments