mirror of
https://github.com/boostorg/type_erasure.git
synced 2026-01-19 04:42:14 +00:00
27 lines
669 B
Plaintext
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 ;
|