Jamfile 333 B

123456789101112
  1. # Boost.GIL (Generic Image Library) - tests
  2. #
  3. # Copyright (c) 2018-2019 Mateusz Loskot <mateusz at loskot dot net>
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # (See accompanying file LICENSE_1_0.txt or
  7. # copy at http://www.boost.org/LICENSE_1_0.txt)
  8. import testing ;
  9. run for_each_pixel.cpp ;
  10. run std_fill.cpp ;