Files
stl_interfaces/build.jam
2024-09-27 18:46:58 -05:00

23 lines
594 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)
require-b2 5.2 ;
project /boost/stl_interfaces
: common-requirements
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/type_traits//boost_type_traits
<include>include
;
explicit
[ alias boost_stl_interfaces ]
[ alias all : boost_stl_interfaces test ]
;
call-if : boost-library stl_interfaces
;