diff options
Diffstat (limited to 'src/boost/libs/uuid/Jamfile')
-rw-r--r-- | src/boost/libs/uuid/Jamfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/boost/libs/uuid/Jamfile b/src/boost/libs/uuid/Jamfile new file mode 100644 index 00000000..1e3698c9 --- /dev/null +++ b/src/boost/libs/uuid/Jamfile @@ -0,0 +1,22 @@ +# Boost.Uuid Library Jamfile +# +# Copyright (c) 2017 James E. King III +# +# Use, modification, and distribution are subject to the +# Boost Software License, Version 1.0. (See accompanying file +# LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) + +project libs/uuid + : requirements + + <warnings>all + + <toolset>clang:<cxxflags>-Wextra + <toolset>clang:<cxxflags>-pedantic + + <toolset>gcc:<cxxflags>-Wextra + <toolset>gcc:<cxxflags>-pedantic + ; + +# please order by name to ease maintenance +build-project test ; |