• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
12project boost-geometry-robustness-overlay-areal_areal
13    :
14    requirements
15        <include>.
16        <library>/boost/program_options//boost_program_options
17    ;
18
19exe interior_triangles : interior_triangles.cpp ;
20exe intersection_pies : intersection_pies.cpp ;
21exe intersection_stars : intersection_stars.cpp ;
22exe intersects : intersects.cpp ;
23exe random_ellipses_stars : random_ellipses_stars.cpp ;
24exe recursive_polygons : recursive_polygons.cpp ;
25exe star_comb : star_comb.cpp ;
26
27exe ticket_9081 : ticket_9081.cpp ;
28
29