summaryrefslogtreecommitdiff
path: root/libs/property_tree/examples/Jamfile.v2
blob: 07c382aed7faa51b6b01f0e4e5c8b511fe5f59c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Boost PropertyTree Library Example Jamfile
# Copyright (c) 2013 Sebastian Redl
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt

project
    : requirements
      <include>../../../
    :
		;

exe debug_settings : debug_settings.cpp ;