2
0
mirror of https://github.com/boostorg/bloom.git synced 2026-01-19 04:02:11 +00:00
Files
bloom/build.jam
2025-08-25 20:35:01 +02:00

25 lines
696 B
Plaintext

# Copyright 2025 Joaquín M López Muñoz.
# 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 ;
constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/container_hash//boost_container_hash
/boost/core//boost_core
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits
;
project /boost/bloom ;
explicit
[ alias boost_bloom : : : : <include>include <library>$(boost_dependencies) ]
[ alias all : boost_bloom benchmark example test ]
;
call-if : boost-library bloom
;