mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
28 lines
833 B
Plaintext
28 lines
833 B
Plaintext
# Copyright René Ferdinand Rivera Morell 2024
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
import project ;
|
|
|
|
project /boost/poly_collection
|
|
: common-requirements
|
|
<library>/boost/assert//boost_assert
|
|
<library>/boost/config//boost_config
|
|
<library>/boost/core//boost_core
|
|
<library>/boost/iterator//boost_iterator
|
|
<library>/boost/mp11//boost_mp11
|
|
<library>/boost/mpl//boost_mpl
|
|
<library>/boost/type_erasure//boost_type_erasure
|
|
<library>/boost/type_traits//boost_type_traits
|
|
<include>include
|
|
;
|
|
|
|
explicit
|
|
[ alias boost_poly_collection ]
|
|
[ alias all : boost_poly_collection example test ]
|
|
;
|
|
|
|
call-if : boost-library poly_collection
|
|
;
|