1# Boost.Geometry (aka GGL, Generic Geometry Library) 2# Robustness Test - convex_hull 3# 4# Copyright (c) 2012 Barend Gehrels, Amsterdam, the Netherlands. 5 6# Use, modification and distribution is subject to the Boost Software License, 7# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 8# http://www.boost.org/LICENSE_1_0.txt) 9 10 11project random_multi_points 12 : requirements 13 <include>. 14 <library>../../../../program_options/build//boost_program_options 15 <link>static 16 ; 17 18exe random_multi_points : random_multi_points.cpp ; 19