Jamfile.v2 1.6 KB

123456789101112131415161718192021222324252627282930
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  6. #
  7. # This file was modified by Oracle on 2017, 2018.
  8. # Modifications copyright (c) 2017-2018, Oracle and/or its affiliates.
  9. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  10. #
  11. # Use, modification and distribution is subject to the Boost Software License,
  12. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  13. # http://www.boost.org/LICENSE_1_0.txt)
  14. # TODO: move project transformer test to strategies
  15. test-suite boost-geometry-srs
  16. :
  17. [ run projection.cpp : : : : srs_projection ]
  18. [ run projection_epsg.cpp : : : : srs_projection_epsg ]
  19. [ run projection_interface_d.cpp : : : : srs_projection_interface_d ]
  20. [ run projection_interface_p4.cpp : : : : srs_projection_interface_p4 ]
  21. [ run projection_interface_s.cpp : : : : srs_projection_interface_s ]
  22. [ run projection_selftest.cpp : : : : srs_projection_selftest ]
  23. [ run projections.cpp : : : : srs_projections ]
  24. [ run projections_combined.cpp : : : : srs_projections_combined ]
  25. [ run projections_static.cpp : : : : srs_projections_static ]
  26. [ compile spar.cpp : : srs_spar ]
  27. [ run srs_transformer.cpp : : : : srs_srs_transformer ]
  28. [ run transformation_interface.cpp : : : : srs_transformation_interface ]
  29. ;