2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-02-02 21:02:15 +00:00
Files
hash2/benchmark/Jamfile
2023-11-30 17:19:04 +02:00

10 lines
247 B
Plaintext

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