Files
geometry/test/robustness/overlay/buffer/Jamfile
Mateusz Łoskot 96db897fc5 Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
2020-03-08 23:50:18 +01:00

20 lines
608 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
# Robustness Test - overlay - buffer
#
# Copyright (c) 2012 Barend Gehrels, Amsterdam, the Netherlands.
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
project recursive_polygons_buffer
: requirements
<include>.
<include>../..
<library>../../../../../program_options/build//boost_program_options
<link>static
;
exe recursive_polygons_buffer : recursive_polygons_buffer.cpp ;