2
0
mirror of https://github.com/boostorg/core.git synced 2026-01-19 16:12:18 +00:00
Files
core/benchmark/Jamfile

9 lines
308 B
Plaintext

# Copyright 2020, 2025 Peter Dimov
# Distributed under the Boost Software License, Version 1.0.
project : default-build release <link>static <cxxstd>17
: requirements <library>/boost/core//boost_core ;
exe sv_find_first_of : sv_find_first_of.cpp ;
exe sv_find_first_not_of : sv_find_first_not_of.cpp ;