Jamfile.v2 559 B

123456789101112131415161718
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. # Robustness Test - convex_hull
  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 random_multi_points
  9. : requirements
  10. <include>.
  11. <library>../../../../program_options/build//boost_program_options
  12. <link>static
  13. ;
  14. exe random_multi_points : random_multi_points.cpp ;