]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/beast/test/beast/core/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / beast / test / beast / core / 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/core "/")
12
13 add_executable (tests-beast-core
14 ${BOOST_BEAST_FILES}
15 Jamfile
16 test_buffer.hpp
17 file_test.hpp
18 stream_tests.hpp
19 test_handler.hpp
20 _detail_base64.cpp
21 _detail_bind_continuation.cpp
22 _detail_buffer.cpp
23 _detail_clamp.cpp
24 _detail_get_io_context.cpp
25 _detail_is_invocable.cpp
26 _detail_read.cpp
27 _detail_sha1.cpp
28 _detail_tuple.cpp
29 _detail_variant.cpp
30 _detail_varint.cpp
31 async_base.cpp
32 basic_stream.cpp
33 bind_handler.cpp
34 buffer_traits.cpp
35 buffered_read_stream.cpp
36 buffers_adaptor.cpp
37 buffers_cat.cpp
38 buffers_prefix.cpp
39 buffers_range.cpp
40 buffers_suffix.cpp
41 buffers_to_string.cpp
42 detect_ssl.cpp
43 error.cpp
44 file.cpp
45 file_base.cpp
46 file_posix.cpp
47 file_stdio.cpp
48 file_win32.cpp
49 flat_buffer.cpp
50 flat_static_buffer.cpp
51 flat_stream.cpp
52 make_printable.cpp
53 multi_buffer.cpp
54 ostream.cpp
55 rate_policy.cpp
56 read_size.cpp
57 role.cpp
58 saved_handler.cpp
59 span.cpp
60 static_buffer.cpp
61 static_string.cpp
62 stream_traits.cpp
63 string.cpp
64 tcp_stream.cpp
65 )
66
67 target_link_libraries(tests-beast-core
68 lib-asio
69 lib-asio-ssl
70 lib-beast
71 lib-test
72 )
73
74 set_property(TARGET tests-beast-core PROPERTY FOLDER "tests")