Files
property_tree/examples/Jamfile.v2
2024-08-07 22:44:06 -05:00

14 lines
547 B
Plaintext

# 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 <library>/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 ;