mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-31 04:47:14 +02:00
Make the library modular usable.
This commit is contained in:
21
build.jam
Normal file
21
build.jam
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# 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)
|
||||||
|
|
||||||
|
import project ;
|
||||||
|
|
||||||
|
project /boost/throw_exception
|
||||||
|
: common-requirements
|
||||||
|
<source>/boost/assert//boost_assert
|
||||||
|
<source>/boost/config//boost_config
|
||||||
|
<include>include
|
||||||
|
;
|
||||||
|
|
||||||
|
explicit
|
||||||
|
[ alias boost_throw_exception ]
|
||||||
|
[ alias all : boost_throw_exception test ]
|
||||||
|
;
|
||||||
|
|
||||||
|
call-if : boost-library throw_exception
|
||||||
|
;
|
@ -12,6 +12,8 @@ local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
|
|||||||
|
|
||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
|
<source>/boost/core//boost_core
|
||||||
|
<use>/boost/exception//boost_exception
|
||||||
|
|
||||||
<warnings>extra
|
<warnings>extra
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user