blob: 07c382aed7faa51b6b01f0e4e5c8b511fe5f59c6 [file] [log] [blame]
Brian Silverman836e90c2018-08-04 16:19:46 -07001# 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 ;