Jamfile 552 B

12345678910111213141516171819202122
  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. project libs/uuid
  9. : requirements
  10. <warnings>all
  11. <toolset>clang:<cxxflags>-Wextra
  12. <toolset>clang:<cxxflags>-pedantic
  13. <toolset>gcc:<cxxflags>-Wextra
  14. <toolset>gcc:<cxxflags>-pedantic
  15. ;
  16. # please order by name to ease maintenance
  17. build-project test ;