# 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/openmethod ; alias boost_openmethod : usage-requirements include $(boost_dependencies) ; alias all : boost_openmethod test ; explicit all ; call-if : boost-library openmethod ;