2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-24 05:52:13 +00:00
Files
gil/test/extension/Jamfile
2022-05-31 02:37:56 +06:00

16 lines
456 B
Plaintext

# Boost.GIL (Generic Image Library) - extensions tests
#
# Copyright (c) 2019 Mateusz Loskot <mateusz@loskot.net>
#
# Distributed under 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)
build-project dynamic_image ;
build-project histogram ;
build-project numeric ;
build-project toolbox ;
build-project io ;
build-project image_processing ;
build-project rasterization ;