2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-19 14:32:10 +00:00
Files
gil/Jamfile
2018-06-27 00:02:27 -04:00

20 lines
501 B
Plaintext

# Boost.GIL (Generic Image Library)
#
# Copyright (c) 2018 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-gil
:
requirements
<toolset>msvc:<asynch-exceptions>on
;
build-project example ;
build-project test ;
build-project numeric/test ;
build-project toolbox/test ;
build-project io/test ;