blob: 0d744dcfd745e80f65c05af4a2b8d8cd906c3c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright Andrey Semashev 2017.
# 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 ;
project /boost/log/xopen-source-600
: source-location .
: requirements
<pch>off
;
obj xopen_source_600 : xopen_source_600.cpp ;
|