• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry (aka GGL, Generic Geometry Library)
2#
3# Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
4
5# Use, modification and distribution is subject to the Boost Software License,
6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9
10project boost-geometry-doc-example-strategies
11    : # requirements
12    ;
13
14exe buffer_point_circle : buffer_point_circle.cpp ;
15exe buffer_geographic_point_circle : buffer_geographic_point_circle.cpp ;
16exe buffer_point_square : buffer_point_square.cpp ;
17exe buffer_join_round : buffer_join_round.cpp ;
18exe buffer_join_miter : buffer_join_miter.cpp ;
19exe buffer_end_round : buffer_end_round.cpp ;
20exe buffer_end_flat : buffer_end_flat.cpp ;
21exe buffer_distance_symmetric : buffer_distance_symmetric.cpp ;
22exe buffer_distance_asymmetric : buffer_distance_asymmetric.cpp ;
23