Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84573 - trunk/libs/geometry/index/example
From: mateusz_at_[hidden]
Date: 2013-05-31 09:31:50


Author: mloskot
Date: 2013-05-31 09:31:49 EDT (Fri, 31 May 2013)
New Revision: 84573
URL: http://svn.boost.org/trac/boost/changeset/84573

Log:
[geometry] Configure build for spatial index examples
Added:
   trunk/libs/geometry/index/example/Jamfile.v2 (contents, props changed)

Added: trunk/libs/geometry/index/example/Jamfile.v2
==============================================================================
--- (empty file)
+++ trunk/libs/geometry/index/example/Jamfile.v2 2013-05-31 09:31:49 EDT (Fri, 31 May 2013)
@@ -0,0 +1,22 @@
+# Boost.Geometry (aka GGL, Generic Geometry Library)
+#
+# Copyright (c) 2013 Mateusz Loskot, London, UK.
+#
+# 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)
+
+# Usage: build as optimised for proper benchmarking:
+# b2 variant=release threading=multi
+# b2 variant=release threading=multi link=static runtime-link=static
+
+project boost-geometry-index-example
+ : requirements
+ <source>/boost//headers
+ ;
+
+exe random_test : random_test.cpp ;
+exe benchmark : benchmark.cpp /boost//chrono ;
+exe benchmark2 : benchmark2.cpp /boost//chrono ;
+exe benchmark3 : benchmark3.cpp /boost//chrono ;
+exe benchmark_experimental : benchmark_experimental.cpp /boost//chrono ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk