2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-21 17:02:21 +00:00
Files
gil/test/extension/numeric/Jamfile
Pranam Lashkari 9bd8642f69 numeric extension move into core part 5
moved numeric/kernel.hpp into core
2022-02-18 14:25:59 +05:30

20 lines
508 B
Plaintext

# Boost.GIL (Generic Image Library) - Numeric tests
#
# Copyright (c) 2013 Christian Henning
# Copyright (c) 2019 Mateusz Loskot <mateusz at loskot dot net>
# Copyright (c) 2021 Pranam Lashkari <plashkari628@gmail.com>
#
# 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/numeric ] ;
run matrix3x2.cpp ;
run resample.cpp ;