Files
openmethod/build.jam
Dmitry Arkhipov 415c12b3da fix jamfiles
2025-04-27 09:53:15 -04:00

27 lines
671 B
Plaintext

# Copyright 2025 Dmitry Arkhipov (grisumbras@yandex.ru)
# 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/core//boost_core
/boost/dynamic_bitset//boost_dynamic_bitset
/boost/mp11//boost_mp11
/boost/preprocessor//boost_preprocessor
;
project /boost/open_method ;
alias boost_open_method
: usage-requirements
<include>include
<library>$(boost_dependencies)
;
alias all : boost_open_method test ;
explicit all ;
call-if : boost-library open_method ;