mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-12 20:16:33 +02:00
Compare commits
10 Commits
feature/dr
...
feature/mo
Author | SHA1 | Date | |
---|---|---|---|
ca85c198c8 | |||
bfd94a7b41 | |||
a0ea1e5f90 | |||
2ffcfc14ee | |||
4b20f08b3f | |||
2207995f92 | |||
13124487d2 | |||
8e4c9a5f75 | |||
502caee36e | |||
d7bb0dfb16 |
21
build.jam
Normal file
21
build.jam
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 2023-2024 René Ferdinand Rivera Morell
|
||||
# Copyright 2024 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
;
|
||||
|
||||
project /boost/throw_exception ;
|
||||
|
||||
explicit
|
||||
[ alias boost_throw_exception : : : : <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_throw_exception test ]
|
||||
;
|
||||
|
||||
call-if : boost-library throw_exception
|
||||
;
|
@ -13,6 +13,11 @@ local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wshadow -Wundef ;
|
||||
project
|
||||
: requirements
|
||||
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/core//boost_core
|
||||
|
||||
<use>/boost/exception//boost_exception
|
||||
|
||||
<warnings>extra
|
||||
|
||||
<toolset>msvc:<warnings-as-errors>on
|
||||
|
Reference in New Issue
Block a user