Jamfile.v2 363 B

123456789101112
  1. # (C) Copyright 2008: Joachim Faulhaber
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. exe partys_height_average
  5. :
  6. partys_height_average.cpp
  7. /boost/date_time//boost_date_time
  8. :
  9. <include>../../..
  10. <include>$(BOOST_ROOT)
  11. ;