geometry/test/robustness/overlay/linear_areal/Jamfile.v2
2012-02-27 19:23:05 +00:00

20 lines
632 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
# Robustness Test - overlay - linear/areal
#
# 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_linear_areal
: requirements
<include>.
<include>../..
<library>../../../../../program_options/build//boost_program_options
<link>static
;
exe recursive_polygons_linear_areal : recursive_polygons_linear_areal.cpp ;