]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/test/robustness/overlay/areal_areal/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / test / robustness / overlay / areal_areal / Jamfile.v2
1 # Boost.Geometry (aka GGL, Generic Geometry Library)
2 #
3 # Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
4 # Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
5 # Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
6 # Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland.
7 #
8 # Use, modification and distribution is subject to the Boost Software License,
9 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
10 # http://www.boost.org/LICENSE_1_0.txt)
11
12 project boost-geometry-robustness-overlay-areal_areal
13 :
14 requirements
15 <include>.
16 <library>/boost/program_options//boost_program_options
17 ;
18
19 exe interior_triangles : interior_triangles.cpp ;
20 exe intersection_pies : intersection_pies.cpp ;
21 exe intersection_stars : intersection_stars.cpp ;
22 exe intersects : intersects.cpp ;
23 exe random_ellipses_stars : random_ellipses_stars.cpp ;
24 exe recursive_polygons : recursive_polygons.cpp ;
25 exe star_comb : star_comb.cpp ;
26
27 exe ticket_9081 : ticket_9081.cpp ;
28