Files
property_tree/examples/Jamfile.v2
2023-11-15 01:54:14 +02:00

11 lines
408 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
exe custom_data_type : custom_data_type.cpp ;
exe debug_settings : debug_settings.cpp ;
exe empty_ptree_trick : empty_ptree_trick.cpp ;
exe info_grammar_spirit : info_grammar_spirit.cpp ;
exe speed_test : speed_test.cpp ;