• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Geometry Index
2#
3# Copyright (c) 2011-2012 Adam Wulkiewicz, Lodz, Poland.
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
9import testing ;
10
11project boost-geometry-index-doc-src-examples
12    :
13    requirements
14        <include>../../..
15        #<include>../../../boost/geometry/extensions/contrib/ttmath
16        <toolset>msvc:<asynch-exceptions>on
17    ;
18
19build-project rtree ;
20