• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
6project
7    : requirements
8      <include>../../../
9    :
10		;
11
12exe debug_settings : debug_settings.cpp ;
13