2021-10-05 21:37:46 +02:00

20 lines
491 B
Plaintext

#
# Copyright Andrey Semashev 2016.
# 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)
#
import project ;
import log-platform-config ;
project /boost/log/native-syslog
: source-location .
: requirements
<conditional>@log-platform-config.set-platform-defines
<pch>off
;
obj native_syslog : native_syslog.cpp ;
explicit native_syslog ;