Jamfile.v2 773 B

123456789101112131415161718192021
  1. # Boost.Geometry
  2. #
  3. # Copyright (c) 2019, Oracle and/or its affiliates.
  4. #
  5. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  6. #
  7. # Licensed under the Boost Software License version 1.0.
  8. # http://www.boost.org/LICENSE_1_0.txt)
  9. test-suite boost-geometry-cs_undefined
  10. :
  11. [ compile distance.cpp : : csundef_distance ]
  12. [ compile envelope_expand.cpp : : csundef_envelope_expand ]
  13. [ compile index.cpp : : csundef_index ]
  14. [ compile is.cpp : : csundef_is ]
  15. [ compile measure.cpp : : csundef_measure ]
  16. [ compile other.cpp : : csundef_other ]
  17. [ compile relops1.cpp : : csundef_relops1 ]
  18. [ compile relops2.cpp : : csundef_relops2 ]
  19. [ compile setops.cpp : : csundef_setops ]
  20. ;