]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/odeint/examples/2d_lattice/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / numeric / odeint / examples / 2d_lattice / Jamfile.v2
1 # Copyright 2011 Mario Mulansky
2 # Copyright 2012 Karsten Ahnert
3 # Distributed under the Boost Software License, Version 1.0. (See
4 # accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6
7 project
8 : requirements
9 <include>../../../../..
10 <define>BOOST_ALL_NO_LIB=1
11 ;
12
13 exe spreading : spreading.cpp ;