]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/robustness/overlay/buffer/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / geometry / test / robustness / overlay / buffer / Jamfile
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 # Robustness Test - overlay - buffer
3 #
4 # Copyright (c) 2012 Barend Gehrels, Amsterdam, the Netherlands.
5
6 # Use, modification and distribution is subject to the Boost Software License,
7 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 # http://www.boost.org/LICENSE_1_0.txt)
9
10
11 project recursive_polygons_buffer
12 : requirements
13 <include>.
14 <include>../..
15 <library>../../../../../program_options/build//boost_program_options
16 <link>static
17 ;
18
19 exe recursive_polygons_buffer : recursive_polygons_buffer.cpp ;