mirror of
https://github.com/boostorg/property_tree.git
synced 2026-02-02 21:12:15 +00:00
11 lines
408 B
Plaintext
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 ;
|