mirror of
https://github.com/boostorg/hash2.git
synced 2026-01-19 16:22:15 +00:00
11 lines
301 B
Plaintext
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 ;
|