Jamfile 493 B

12345678910111213141516171819
  1. # Boost.GIL (Generic Image Library) - tests
  2. #
  3. # Copyright (c) 2019 Mateusz Loskot <mateusz@loskot.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. project
  10. : requirements
  11. <include>..
  12. ;
  13. compile concepts.cpp ;
  14. compile homogeneous_color_base.cpp ;
  15. compile-fail static_transform_gray_to_rgb_fail.cpp ;
  16. compile-fail static_transform_rgb_to_cmyk_fail.cpp ;