mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
# test/extensions/algorithms/Jamfile.v2
|
|
#
|
|
# Copyright (c) 2011 Barend Gehrels
|
|
#
|
|
# 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)
|
|
|
|
test-suite boost-geometry-extensions-algorithms
|
|
:
|
|
[ run dissolve.cpp ]
|
|
[ run connect.cpp ]
|
|
[ run offset.cpp ]
|
|
[ run midpoints.cpp ]
|
|
[ run selected.cpp ]
|
|
;
|