2018-01-12 21:47:58 +01: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
;