2
0
mirror of https://github.com/boostorg/bloom.git synced 2026-01-19 04:02:11 +00:00
Files
bloom/benchmark/Jamfile.v2
2025-09-30 20:11:22 +02:00

19 lines
561 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)
#
# See http://www.boost.org/libs/bloom for library home page.
import-search /boost/config/checks ;
import config : requires ;
project
: default-build release <link>static
: requirements [ requires cxx14_generic_lambdas ]
;
exe bulk_comparison_table : bulk_comparison_table.cpp ;
exe comparison_table : comparison_table.cpp ;
exe fpr_c : fpr_c.cpp ;