2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-19 16:22:15 +00:00
Files
hash2/benchmark/Jamfile
2025-05-02 20:52:18 -05:00

11 lines
301 B
Plaintext

# Copyright 2020 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
project : default-build release <link>static
: requirements <library>/boost/hash2//boost_hash2 ;
exe buffer : buffer.cpp ;
exe unordered : unordered.cpp ;
exe average : average.cpp ;
exe keys : keys.cpp ;