mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
27 lines
667 B
Plaintext
27 lines
667 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/openmethod ;
|
|
|
|
alias boost_openmethod
|
|
: usage-requirements
|
|
<include>include
|
|
<library>$(boost_dependencies)
|
|
;
|
|
alias all : boost_openmethod test ;
|
|
explicit all ;
|
|
|
|
call-if : boost-library openmethod ;
|