mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
23 lines
594 B
Plaintext
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
|
|
;
|