]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/index/src/examples/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / index / src / examples / Jamfile.v2
1 # Boost.Geometry Index
2 #
3 # Copyright (c) 2011-2012 Adam Wulkiewicz, Lodz, Poland.
4 #
5 # Use, modification and distribution is subject to the Boost Software License,
6 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7 # http://www.boost.org/LICENSE_1_0.txt)
8
9 import testing ;
10
11 project boost-geometry-index-doc-src-examples
12 :
13 requirements
14 <include>../../..
15 #<include>../../../boost/geometry/extensions/contrib/ttmath
16 <toolset>msvc:<asynch-exceptions>on
17 ;
18
19 build-project rtree ;