Files
function_types/build.jam
2024-06-14 11:33:55 -05:00

27 lines
774 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/function_types
: common-requirements
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/detail//boost_detail
<library>/boost/mpl//boost_mpl
<library>/boost/preprocessor//boost_preprocessor
<library>/boost/type_traits//boost_type_traits
<include>include
;
explicit
[ alias boost_function_types ]
[ alias all : boost_function_types example test ]
;
call-if : boost-library function_types
: install boost_function_types
;