mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
# example/extensions/Jamfile.v2 controls building examples for GGL extensions
|
|
#
|
|
# 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 boost-geometry-extensions-examples
|
|
: # requirements
|
|
;
|
|
|
|
build-project gis ;
|