Sleds/cppboost/libs/geometry/test/algorithms/overlay/robustness/Jamfile.v2

27 lines
961 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
# Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland.
#
# 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 boost-geometry-algorithms-overlay-robustness
:
requirements
<include>.
<library>/boost/program_options//boost_program_options
;
exe interior_triangles : interior_triangles.cpp ;
exe intersection_pies : intersection_pies.cpp ;
exe intersection_stars : intersection_stars.cpp ;
exe intersects : intersects.cpp ;
exe random_ellipses_stars : random_ellipses_stars.cpp ;
exe recursive_polygons : recursive_polygons.cpp ;
exe star_comb : star_comb.cpp ;