2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-01 08:32:10 +00:00
Files
gil/test/extension/dynamic_image/Jamfile
Samuel Debionne b8564e256c Fix any_image_view::const_t (#526)
Use inherited constructors in any_image as well
2021-03-18 10:53:53 +01:00

16 lines
439 B
Plaintext

# Boost.GIL (Generic Image Library) - dynamic_image 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)
import testing ;
alias headers : [ generate_self_contained_headers extension/dynamic_image ] ;
run any_image.cpp ;
run any_image_view.cpp ;
run subimage_view.cpp ;