summaryrefslogtreecommitdiff
path: root/libs/geometry/test/robustness/convex_hull/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/test/robustness/convex_hull/Jamfile.v2')
-rw-r--r--libs/geometry/test/robustness/convex_hull/Jamfile.v218
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/geometry/test/robustness/convex_hull/Jamfile.v2 b/libs/geometry/test/robustness/convex_hull/Jamfile.v2
new file mode 100644
index 0000000000..20521d5487
--- /dev/null
+++ b/libs/geometry/test/robustness/convex_hull/Jamfile.v2
@@ -0,0 +1,18 @@
+# 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>../../../../program_options/build//boost_program_options
+ <link>static
+ ;
+
+exe random_multi_points : random_multi_points.cpp ;