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 8project spirit-x3-example-rexpr 9 : requirements 10 <c++-template-depth>512 11 <use>/boost//headers 12 <define>BOOST_SPIRIT_X3_NO_FILESYSTEM 13 <include>. 14 ; 15 16lib rexpr 17 : [ glob src/*.cpp ] 18 ; 19 20build-project test ; 21