# 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 /boost/property_tree//boost_property_tree ; exe custom_data_type : custom_data_type.cpp ; exe debug_settings : debug_settings.cpp /boost/foreach//boost_foreach ; exe empty_ptree_trick : empty_ptree_trick.cpp ; exe info_grammar_spirit : info_grammar_spirit.cpp ; exe speed_test : speed_test.cpp /boost/format//boost_format ;