20 lines
467 B
Plaintext
20 lines
467 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 ;
|