2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00
Files
log/test/performance/Jamfile.v2
2015-01-25 17:32:33 +03:00

16 lines
350 B
Plaintext

#
# Copyright Andrey Semashev 2007 - 2015.
# 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)
#
exe record_emission
: record_emission.cpp ../../build//boost_log
;
exe dump
: dump.cpp ../../build//boost_log
;