Jamfile.v2 291 B

123456789101112
  1. # Boost PropertyTree Library Example Jamfile
  2. # Copyright (c) 2013 Sebastian Redl
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # See http://www.boost.org/LICENSE_1_0.txt
  5. project
  6. : requirements
  7. <include>../../../
  8. :
  9. ;
  10. exe debug_settings : debug_settings.cpp ;