log/config/pthread-mutex-robust/Jamfile.jam

20 lines
488 B
Plaintext

#
# Copyright Andrey Semashev 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)
#
import project ;
import log-platform-config ;
project /boost/log/pthread-mutex-robust
: source-location .
: requirements
<conditional>@log-platform-config.set-platform-defines
<pch>off
;
obj pthread_mutex_robust : pthread_mutex_robust.cpp ;