/Src/Dependencies/Boost/libs/geometry/doc/src/docutils/tools/implementation_status/tmp/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 4fa16193e895667111adc9e36622e42a MD5 · raw file

  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2011 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2011 Bruno Lalande, Paris, France.
  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 implementation-status-test
  9. :
  10. ;
  11. exe status-test : t.cpp
  12. : <include>../../../../../../../..
  13. <include>..
  14. ;