summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/log/test/performance/Jamfile.v2
blob: 036ed6e0b0a701c014d34d067f47ab00aeae9f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#          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
    ;