Brian Silverman | 836e90c | 2018-08-04 16:19:46 -0700 | [diff] [blame^] | 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 | |||||
6 | project | ||||
7 | : requirements | ||||
8 | <include>../../../ | ||||
9 | : | ||||
10 | ; | ||||
11 | |||||
12 | exe debug_settings : debug_settings.cpp ; |