1# Boost.Geometry (aka GGL, Generic Geometry Library) 2# Robustness Test - overlay - linear/areal 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 11project recursive_polygons_linear_areal 12 : requirements 13 <include>. 14 <include>../.. 15 <library>../../../../../program_options/build//boost_program_options 16 <link>static 17 ; 18 19exe recursive_polygons_linear_areal : recursive_polygons_linear_areal.cpp ; 20