mirror of
https://github.com/boostorg/property_tree.git
synced 2026-01-19 16:32:15 +00:00
14 lines
547 B
Plaintext
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 ;
|