Files
function/build.jam
2024-05-13 21:45:46 -05:00

28 lines
741 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.1 ;
import project ;
project /boost/function
: common-requirements
<library>/boost/assert//boost_assert
<library>/boost/bind//boost_bind
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/throw_exception//boost_throw_exception
<library>/boost/type_traits//boost_type_traits
<include>include
;
explicit
[ alias boost_function ]
[ alias all : boost_function example test ]
;
call-if : boost-library function
;