]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/beast/test/beast/_experimental/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / beast / test / beast / _experimental / CMakeLists.txt
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
10 GroupSources (include/boost/beast beast)
11 GroupSources (test/beast/_experimental "/")
12
13 add_executable (tests-beast-_experimental
14 ${BOOST_BEAST_FILES}
15 Jamfile
16 _test_detail_stream_state.cpp
17 error.cpp
18 icy_stream.cpp
19 stream.cpp
20 )
21
22 target_link_libraries(tests-beast-_experimental
23 lib-asio
24 lib-beast
25 lib-test
26 )
27
28 set_property(TARGET tests-beast-_experimental PROPERTY FOLDER "tests")
29
30 #
31 # Individual tests
32 #
33 build_individual_tests(tests-beast-_experimental
34 EXCLUDE
35 LIBS lib-asio lib-asio-ssl lib-beast lib-test)