]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/example/support/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / spirit / example / support / Jamfile
1 #==============================================================================
2 # Copyright (c) 2001-2011 Joel de Guzman
3 # Copyright (c) 2001-2011 Hartmut Kaiser
4 # Copyright (C) 2011 Bryce Lelbach
5 #
6 # Distributed under the Boost Software License, Version 1.0. (See accompanying
7 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 #==============================================================================
9 project spirit-support-example
10 : requirements <toolset>gcc:<c++-template-depth>300
11 :
12 :
13 ;
14
15 exe multi_pass : multi_pass.cpp ;
16 exe parse_sexpr : utree/parse_sexpr.cpp ;