Jamfile.v2 416 B

123456789101112131415
  1. # Boost.Geometry
  2. #
  3. # Copyright (c) 2016 Oracle and/or its affiliates.
  4. #
  5. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  6. #
  7. # Use, modification and distribution is subject to the Boost Software License,
  8. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  9. # http://www.boost.org/LICENSE_1_0.txt)
  10. test-suite boost-geometry-io-svg
  11. :
  12. [ run svg.cpp : : : : io_svg ]
  13. ;