2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00
Files
log/config/regex-header-only/Jamfile.jam
Andrey Semashev 6db171e348 Specify relative path to log-platform-config in config checks.
This allows to use the config checks from locations other than the
library project.
2025-06-19 02:29:02 +03:00

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 ;