2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-29 07:32:18 +00:00
Files
gil/test/extension/image_processing/Jamfile
2022-05-31 02:39:13 +06:00

14 lines
444 B
Plaintext

# Boost.GIL (Generic Image Library) - tests
#
# Copyright 2020 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
#
# Use, modification and distribution are 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)
#
import testing ;
run anisotropic_diffusion.cpp ;
run hough_circle_transform.cpp ;
run hough_line_transform.cpp ;
run hough_parameter.cpp ;