Jamfile.v2 608 B

12345678910111213141516171819
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. # Robustness Test - overlay - buffer
  3. #
  4. # Copyright (c) 2012 Barend Gehrels, Amsterdam, the Netherlands.
  5. # Use, modification and distribution is subject to the Boost Software License,
  6. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. project recursive_polygons_buffer
  9. : requirements
  10. <include>.
  11. <include>../..
  12. <library>../../../../../program_options/build//boost_program_options
  13. <link>static
  14. ;
  15. exe recursive_polygons_buffer : recursive_polygons_buffer.cpp ;