Jamfile.v2 655 B

12345678910111213141516
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2016 Oracle and/or its affiliates.
  4. #
  5. # Contributed and/or modified by Vissarion Fisikopoulos, 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-algorithms-perimeter
  11. :
  12. [ run perimeter.cpp : : : : algorithms_perimeter ]
  13. [ run perimeter_geo.cpp : : : : algorithms_perimeter_geo ]
  14. [ run perimeter_sph.cpp : : : : algorithms_perimeter_sph ]
  15. ;