]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/function_types/example/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / function_types / example / Jamfile
1
2 # (C) Copyright Tobias Schwinger
3 #
4 # Use, modification and distribution are subject to the Boost Software License,
5 # Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7 #-------------------------------------------------------------------------------
8
9 exe interpreter_example : interpreter_example.cpp ;
10
11 exe result_of_example : result_of_example.cpp ;
12
13 exe interface_example : interface_example.cpp ;
14
15 exe fast_mem_fn_example : fast_mem_fn_example.cpp
16 : <include>. ; # needed for Boost.PP file iteration with some compilers
17
18 exe macro_type_args_example : macro_type_args_example.cpp ;
19
20