/Src/Dependencies/Boost/libs/geometry/doc/src/examples/views/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · 256112ff95407e7d9c342a32e99c829d 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. # Use, modification and distribution is subject to the Boost Software License,
  7. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. # http://www.boost.org/LICENSE_1_0.txt)
  9. project boost-geometry-doc-example-views
  10. : # requirements
  11. ;
  12. exe box_view : box_view.cpp ;
  13. exe segment_view : segment_view.cpp ;