blob: 08ab43dfedbbf95afcefc006f18a7dc540b13464 [file] [log] [blame]
Brian Silverman57be3162018-08-04 23:36:33 -07001
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
9exe interpreter_example : interpreter_example.cpp ;
10
11exe result_of_example : result_of_example.cpp ;
12
13exe interface_example : interface_example.cpp ;
14
15exe fast_mem_fn_example : fast_mem_fn_example.cpp
16 : <include>. ; # needed for Boost.PP file iteration with some compilers
17
18exe macro_type_args_example : macro_type_args_example.cpp ;
19
20