Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / geometry / doc / src / examples / strategies / Jamfile.v2
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
10 project boost-geometry-doc-example-strategies
11     : # requirements
12     ;
13
14 exe buffer_point_circle : buffer_point_circle.cpp ;
15 exe buffer_point_square : buffer_point_square.cpp ;
16 exe buffer_join_round : buffer_join_round.cpp ;
17 exe buffer_join_miter : buffer_join_miter.cpp ;
18 exe buffer_end_round : buffer_end_round.cpp ;
19 exe buffer_end_flat : buffer_end_flat.cpp ;
20 exe buffer_distance_symmetric : buffer_distance_symmetric.cpp ;
21 exe buffer_distance_asymmetric : buffer_distance_asymmetric.cpp ;