mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +01:00
24 lines
617 B
Plaintext
24 lines
617 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)
|
||
|
|
|
||
|
|
import project ;
|
||
|
|
|
||
|
|
project /boost/core
|
||
|
|
: common-requirements
|
||
|
|
<source>/boost/assert//boost_assert
|
||
|
|
<source>/boost/config//boost_config
|
||
|
|
<source>/boost/static_assert//boost_static_assert
|
||
|
|
<source>/boost/throw_exception//boost_throw_exception
|
||
|
|
<include>include
|
||
|
|
;
|
||
|
|
|
||
|
|
explicit
|
||
|
|
[ alias boost_core ]
|
||
|
|
[ alias all : boost_core test ]
|
||
|
|
;
|
||
|
|
|
||
|
|
call-if : boost-library core
|
||
|
|
;
|