Jamfile 446 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2015 Michael Caisse, ciere.com
  3. #
  4. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. #
  7. project spirit-x3-example-rexpr
  8. : requirements
  9. <c++-template-depth>512
  10. <use>/boost//headers
  11. <define>BOOST_SPIRIT_X3_NO_FILESYSTEM
  12. <include>.
  13. ;
  14. lib rexpr
  15. : [ glob src/*.cpp ]
  16. ;
  17. build-project test ;