mirror of
https://github.com/boostorg/system.git
synced 2025-06-25 03:51:38 +02:00
26 lines
612 B
Plaintext
26 lines
612 B
Plaintext
# 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
|
|
/boost/throw_exception//boost_throw_exception
|
|
/boost/variant2//boost_variant2
|
|
/boost/winapi//boost_winapi
|
|
;
|
|
|
|
project /boost/system ;
|
|
|
|
explicit
|
|
[ alias boost_system : build//boost_system ]
|
|
[ alias all : boost_system test ]
|
|
;
|
|
|
|
call-if : boost-library system
|
|
: install boost_system
|
|
;
|