/Src/Dependencies/Boost/libs/geometry/test/multi/algorithms/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 36 lines · 34 code · 2 blank · 0 comment · 0 complexity · 38c8d35fe28d87822b608a5360619e1a MD5 · raw file

  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
  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-multi-algorithms
  11. :
  12. [ run multi_area.cpp ]
  13. [ run multi_centroid.cpp ]
  14. [ run multi_convex_hull.cpp ]
  15. [ run multi_correct.cpp ]
  16. [ run multi_difference.cpp ]
  17. [ run multi_envelope.cpp ]
  18. [ run multi_equals.cpp ]
  19. [ run multi_for_each.cpp ]
  20. [ run multi_intersection.cpp ]
  21. [ run multi_length.cpp ]
  22. [ run multi_num_geometries.cpp ]
  23. [ run multi_num_interior_rings.cpp ]
  24. [ run multi_num_points.cpp ]
  25. [ run multi_perimeter.cpp ]
  26. [ run multi_reverse.cpp ]
  27. [ run multi_simplify.cpp ]
  28. [ run multi_transform.cpp ]
  29. [ run multi_union.cpp ]
  30. [ run multi_unique.cpp ]
  31. [ run multi_within.cpp ]
  32. ;
  33. build-project overlay
  34. ;