Files
safe_numerics/build.jam
2024-06-14 11:33:56 -05:00

26 lines
729 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/safe_numerics
: common-requirements
<library>/boost/concept_check//boost_concept_check
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/integer//boost_integer
<library>/boost/logic//boost_logic
<library>/boost/mp11//boost_mp11
<include>include
;
explicit
[ alias boost_safe_numerics ]
[ alias all : boost_safe_numerics example test ]
;
call-if : boost-library safe_numerics
;