1# 2# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) 3# 4# Distributed under the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6# 7# Official repository: https://github.com/boostorg/beast 8# 9 10GroupSources (include/boost/beast beast) 11GroupSources (test/beast/_experimental "/") 12 13add_executable (tests-beast-_experimental 14 ${BOOST_BEAST_FILES} 15 Jamfile 16 error.cpp 17 icy_stream.cpp 18 stream.cpp 19) 20 21target_link_libraries(tests-beast-_experimental 22 lib-asio 23 lib-beast 24 lib-test 25 ) 26 27set_property(TARGET tests-beast-_experimental PROPERTY FOLDER "tests") 28