Files
geometry/Jamroot
Barend Gehrels 8b260caec8 Added ever_circling_range_iterator (range version)
Small adaptions to get_turns

[SVN r62180]
2010-05-24 20:52:33 +00:00

18 lines
673 B
Plaintext

# Boost Build v2 Jamroot for Generic Geometry Library unit
#
# Copyright Bruno Lalande 2008
# Copyright Barend Gehrels, Geodan Holding B.V. Amsterdam, the Netherlands.
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
#
# 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
: requirements
<include>../..
<toolset>gcc:<cxxflags>"-pedantic -Wall -Wstrict-aliasing -fstrict-aliasing -Wno-long-long"
<toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE # For Ublas
<dependency>/boost//headers
;