mirror of
https://github.com/boostorg/multi_array.git
synced 2026-02-09 11:12:41 +00:00
30 lines
800 B
Plaintext
30 lines
800 B
Plaintext
# Copyright René Ferdinand Rivera Morell 2023-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)
|
|
|
|
require-b2 5.2 ;
|
|
|
|
constant boost_dependencies :
|
|
/boost/array//boost_array
|
|
/boost/assert//boost_assert
|
|
/boost/concept_check//boost_concept_check
|
|
/boost/config//boost_config
|
|
/boost/core//boost_core
|
|
/boost/functional//boost_functional
|
|
/boost/iterator//boost_iterator
|
|
/boost/mpl//boost_mpl
|
|
/boost/type_traits//boost_type_traits ;
|
|
|
|
project /boost/multi_array
|
|
;
|
|
|
|
explicit
|
|
[ alias boost_multi_array : : :
|
|
: <include>include <library>$(boost_dependencies) ]
|
|
[ alias all : boost_multi_array test ]
|
|
;
|
|
|
|
call-if : boost-library multi_array
|
|
;
|