• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#  Boost.Uuid Library Jamfile
2#
3#  Copyright (c) 2017 James E. King III
4#
5#  Use, modification, and distribution are subject to the
6#  Boost Software License, Version 1.0. (See accompanying file
7#  LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
8
9project libs/uuid
10    : requirements
11
12      <warnings>all
13
14      <toolset>clang:<cxxflags>-Wextra
15      <toolset>clang:<cxxflags>-pedantic
16
17      <toolset>gcc:<cxxflags>-Wextra
18      <toolset>gcc:<cxxflags>-pedantic
19    ;
20
21# please order by name to ease maintenance
22build-project test ;
23