Brian Silverman | 57be316 | 2018-08-04 23:36:33 -0700 | [diff] [blame^] | 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 | |