Files

27 lines
678 B
Plaintext
Raw Permalink Normal View History

# Copyright 2023-2024 René Ferdinand Rivera Morell
# Copyright 2024 Peter Dimov
2024-03-11 08:38:16 -05:00
# Distributed under the Boost Software License, Version 1.0.
# https://www.boost.org/LICENSE_1_0.txt
2024-03-11 08:38:16 -05:00
2024-06-14 11:33:56 -05:00
require-b2 5.2 ;
2024-03-11 08:38:16 -05:00
constant boost_dependencies :
/boost/assert//boost_assert
2026-01-27 19:49:28 +02:00
/boost/compat//boost_compat
/boost/config//boost_config
/boost/throw_exception//boost_throw_exception
/boost/variant2//boost_variant2
/boost/winapi//boost_winapi
2024-03-11 08:38:16 -05:00
;
project /boost/system ;
2024-03-11 08:38:16 -05:00
explicit
2025-06-26 16:37:21 +03:00
[ alias boost_system : : : : <include>include <library>$(boost_dependencies) ]
2024-03-11 08:38:16 -05:00
[ alias all : boost_system test ]
;
call-if : boost-library system
: install boost_system
2024-03-11 08:38:16 -05:00
;