mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-24 18:02:22 +00:00
30 lines
879 B
Plaintext
30 lines
879 B
Plaintext
# Copyright René Ferdinand Rivera Morell 2023
|
|
# 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 ;
|
|
|
|
project /boost/lambda
|
|
: common-requirements
|
|
<library>/boost/bind//boost_bind
|
|
<library>/boost/config//boost_config
|
|
<library>/boost/core//boost_core
|
|
<library>/boost/detail//boost_detail
|
|
<library>/boost/iterator//boost_iterator
|
|
<library>/boost/mpl//boost_mpl
|
|
<library>/boost/preprocessor//boost_preprocessor
|
|
<library>/boost/tuple//boost_tuple
|
|
<library>/boost/type_traits//boost_type_traits
|
|
<library>/boost/utility//boost_utility
|
|
<include>include
|
|
;
|
|
|
|
explicit
|
|
[ alias boost_lambda ]
|
|
[ alias all : boost_lambda test ]
|
|
;
|
|
|
|
call-if : boost-library lambda
|
|
;
|