mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-18 14:12:11 +00:00
Refine dependency on Boost.Serialization in test/Jamfile. Rename Jamfile.v2 files to Jamfile - the historic suffix is no longer relevant.
16 lines
652 B
Plaintext
16 lines
652 B
Plaintext
# Copyright Klemens David Morgenstern, Hans P. Dembinski 2016-2017
|
|
# Copyright (c) 2018 Mateusz Loskot <mateusz@loskot.net>
|
|
#
|
|
# Use, modification and distribution is subject to 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)
|
|
|
|
project histogram
|
|
:
|
|
requirements
|
|
<toolset>gcc:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
|
|
<toolset>clang:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
|
|
<toolset>darwin:<cxxflags>"-std=c++11 -pedantic -Wall -Wextra -ftemplate-depth=256"
|
|
;
|
|
|
|
build-project test ; |