mirror of
https://github.com/boostorg/log.git
synced 2026-01-19 04:22:09 +00:00
21 lines
533 B
Plaintext
21 lines
533 B
Plaintext
#
|
|
# Copyright Andrey Semashev 2023.
|
|
# 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 ../../build/log-platform-config ;
|
|
|
|
project
|
|
: source-location .
|
|
: requirements
|
|
<conditional>@log-platform-config.set-platform-defines
|
|
<library>/boost/regex//boost_regex
|
|
<pch>off
|
|
;
|
|
|
|
obj regex_header_only : regex_header_only.cpp ;
|
|
explicit regex_header_only ;
|