2011-02-12 16:23:33 +00:00

32 lines
980 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
# 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-doc-example-algorithms
: # requirements
;
exe area : area.cpp ;
exe area_with_strategy : area_with_strategy.cpp ;
exe intersection_ls_ls_point : intersection_ls_ls_point.cpp ;
exe intersection_segment : intersection_segment.cpp ;
exe intersects_linestring : intersects_linestring.cpp ;
exe num_geometries : num_geometries.cpp ;
exe num_interior_rings : num_interior_rings.cpp ;
exe num_points : num_points.cpp ;
exe length : length.cpp ;
exe length_with_strategy : length_with_strategy.cpp ;
exe simplify : length.cpp ;
exe simplify_inserter : simplify_inserter.cpp ;