]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/example/x3/rexpr/rexpr_full/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / rexpr / rexpr_full / Jamfile
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
8 project spirit-x3-example-rexpr
9 : requirements
10 <toolset>gcc:<cxxflags>-std=c++14
11 <toolset>gcc:<cxxflags>-ftemplate-depth-512
12 <toolset>clang:<cxxflags>-std=c++1y
13 <toolset>clang:<cxxflags>-ftemplate-depth-512
14 <toolset>darwin:<cxxflags>-std=c++14
15 <toolset>darwin:<cxxflags>-ftemplate-depth-512
16 <toolset>darwin:<cxxflags>-ftemplate-depth-512
17 <use>/boost//headers
18 <include>.
19 ;
20
21 lib rexpr
22 : [ glob src/*.cpp ] /boost//system
23 ;
24
25 build-project test ;