2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-18 02:22:14 +00:00
Files
url/example/router/Jamfile
alandefreitas c3a70873d6 url router
2023-01-20 21:50:27 -03:00

22 lines
600 B
Plaintext

#
# Copyright (c) 2023 Alan de Freitas (alandefreitas@gmail.com)
#
# 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)
#
# Official repository: https://github.com/boostorg/url
#
project : requirements ;
project
: requirements
<toolset>clang-4:<warnings-as-errors>off
<toolset>clang-5:<warnings-as-errors>off
<define>BOOST_ASIO_DISABLE_FENCED_BLOCK
<library>/boost/url//boost_url
<toolset>gcc-7:<cxxflags>"-Wno-maybe-uninitialized"
;
exe router : router.cpp ;