2024-08-20 08:15:45 +02:00

110 lines
3.6 KiB
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
# This file was modified by Oracle on 2014, 2015, 2018.
# Modifications copyright (c) 2014-2018, Oracle and/or its affiliates.
# Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
# 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
<library>/boost/assign//boost_assign
<library>/boost/foreach//boost_foreach
;
exe append : append.cpp ;
exe area : area.cpp ;
exe area_with_strategy : area_with_strategy.cpp ;
exe assign : assign.cpp ;
exe assign_2d_point : assign_2d_point.cpp ;
exe assign_3d_point : assign_3d_point.cpp ;
exe assign_inverse : assign_inverse.cpp ;
exe assign_points : assign_points.cpp ;
# exe assign_box_corners : assign_box_corners.cpp ;
# exe assign_point_from_index : assign_point_from_index.cpp ;
# exe assign_point_to_index : assign_point_to_index.cpp ;
exe buffer_with_strategies : buffer_with_strategies.cpp ;
exe centroid : centroid.cpp ;
exe clear : clear.cpp ;
exe closest_points : closest_points.cpp ;
exe closest_points_strategy : closest_points_strategy.cpp ;
exe comparable_distance : comparable_distance.cpp ;
exe convert : convert.cpp ;
exe convex_hull : convex_hull.cpp ;
exe correct : correct.cpp ;
exe densify : densify.cpp ;
exe densify_strategy : densify_strategy.cpp ;
exe discrete_frechet_distance : discrete_frechet_distance.cpp ;
exe discrete_frechet_distance_strategy : discrete_frechet_distance_strategy.cpp ;
exe discrete_hausdorff_distance : discrete_hausdorff_distance.cpp ;
exe discrete_hausdorff_distance_strategy : discrete_hausdorff_distance_strategy.cpp ;
exe difference : difference.cpp ;
exe distance : distance.cpp ;
exe envelope : envelope.cpp ;
exe equals : equals.cpp ;
exe expand : expand.cpp ;
exe for_each_point : for_each_point.cpp ;
exe for_each_point_const : for_each_point_const.cpp ;
exe for_each_segment_const : for_each_segment_const.cpp ;
exe intersection_ls_ls_point : intersection_ls_ls_point.cpp ;
exe intersection_segment : intersection_segment.cpp ;
exe intersects_linestring : intersects_linestring.cpp ;
exe is_simple : is_simple.cpp ;
exe is_valid : is_valid.cpp ;
exe is_valid_failure : is_valid_failure.cpp ;
exe is_valid_message : is_valid_message.cpp ;
exe length : length.cpp ;
exe length_with_strategy : length_with_strategy.cpp ;
exe line_interpolate : line_interpolate.cpp ;
exe line_interpolate_strategy : line_interpolate_strategy.cpp ;
exe make_2d_point : make_2d_point.cpp ;
exe make_3d_point : make_3d_point.cpp ;
exe make_inverse : make_inverse.cpp ;
# exe make_with_range : make_with_range.cpp ;
exe num_geometries : num_geometries.cpp ;
exe num_interior_rings : num_interior_rings.cpp ;
exe num_points : num_points.cpp ;
exe num_segments : num_segments.cpp ;
exe return_envelope : return_envelope.cpp ;
exe relate : relate.cpp ;
exe relation : relation.cpp ;
exe reverse : reverse.cpp ;
exe simplify : length.cpp ;
exe sym_difference : sym_difference.cpp ;
exe transform : transform.cpp ;
exe transform_with_strategy : transform_with_strategy.cpp ;
exe union : union.cpp ;
exe unique : unique.cpp ;
exe within : within.cpp ;