2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-31 20:22:14 +00:00
Files
json/bench/Jamfile
2021-10-04 17:29:28 +03:00

16 lines
362 B
Plaintext

#
# Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
#
# 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)
#
# Official repository: https://github.com/boostorg/json
#
exe bench :
bench.cpp
/boost/json//boost_json
:
<include>../test
;