Update build.jam, test/Jamfile

This commit is contained in:
Peter Dimov
2024-08-28 19:34:26 +03:00
parent bfd94a7b41
commit ca85c198c8
2 changed files with 10 additions and 10 deletions

View File

@ -1,24 +1,21 @@
# Copyright René Ferdinand Rivera Morell 2023-2024 # Copyright 2023-2024 René Ferdinand Rivera Morell
# Copyright 2024 Peter Dimov
# Distributed under the Boost Software License, Version 1.0. # Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at # https://www.boost.org/LICENSE_1_0.txt
# http://www.boost.org/LICENSE_1_0.txt)
require-b2 5.2 ; require-b2 5.2 ;
constant boost_dependencies : constant boost_dependencies :
/boost/assert//boost_assert /boost/assert//boost_assert
/boost/config//boost_config ; /boost/config//boost_config
project /boost/throw_exception
: common-requirements
<include>include
; ;
project /boost/throw_exception ;
explicit explicit
[ alias boost_throw_exception : : : : <library>$(boost_dependencies) ] [ alias boost_throw_exception : : : : <include>include <library>$(boost_dependencies) ]
[ alias all : boost_throw_exception test ] [ alias all : boost_throw_exception test ]
; ;
call-if : boost-library throw_exception call-if : boost-library throw_exception
; ;

View File

@ -12,7 +12,10 @@ local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
project project
: requirements : requirements
<library>/boost/throw_exception//boost_throw_exception
<library>/boost/core//boost_core <library>/boost/core//boost_core
<use>/boost/exception//boost_exception <use>/boost/exception//boost_exception
<warnings>extra <warnings>extra