Files
type_erasure/example/Jamfile.jam
2024-08-09 22:49:01 -05:00

27 lines
669 B
Plaintext

# Boost.TypeErasure library
#
# Copyright 2011 Steven Watanabe
#
# Distributed under the Boost Software License version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import testing ;
project : requirements <library>/boost/type_erasure//boost_type_erasure ;
compile basic.cpp ;
compile multi.cpp ;
compile convert.cpp ;
compile references.cpp ;
compile custom.cpp ;
compile construction.cpp ;
compile concept_map.cpp ;
compile compose.cpp ;
compile overload.cpp ;
compile associated.cpp ;
run print_sequence.cpp ;
run printf.cpp ;
run multifunction.cpp /boost/variant//boost_variant /boost/phoenix//boost_phoenix ;