]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/spirit/example/x3/rexpr/rexpr_full/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / rexpr / rexpr_full / Jamfile
CommitLineData
7c673cae
FG
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
11fdf7f2 10 <c++-template-depth>512
7c673cae 11 <use>/boost//headers
92f5a8d4 12 <define>BOOST_SPIRIT_X3_NO_FILESYSTEM
7c673cae
FG
13 <include>.
14 ;
15
1e59de90 16obj rexpr
92f5a8d4 17 : [ glob src/*.cpp ]
7c673cae
FG
18 ;
19
20build-project test ;