mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
18 lines
593 B
Plaintext
18 lines
593 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
|
|
:
|
|
requirements
|
|
<toolset>gcc:<cxxflags>"-std=c++14 -Wall -Wextra -Wno-noexcept-type"
|
|
<toolset>clang:<cxxflags>"-std=c++14 -Wall -Wextra"
|
|
<toolset>darwin:<cxxflags>"-std=c++14 -Wall -Wextra"
|
|
;
|
|
|
|
build-project test ;
|
|
build-project examples ;
|