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

19 lines
548 B
Plaintext

# Boost.Geometry (aka GGL, Generic Geometry Library)
# Robustness Test - convex_hull
#
# Copyright (c) 2012 Barend Gehrels, Amsterdam, the Netherlands.
# 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 random_multi_points
: requirements
<include>.
<library>/boost/program_options//boost_program_options
<link>static
;
exe random_multi_points : random_multi_points.cpp ;