]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/beast/test/beast/core/CMakeLists.txt
update sources to v12.2.3
[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(test/extras/include/boost/beast extras)
11 GroupSources(subtree/unit_test/include/boost/beast extras)
12 GroupSources(include/boost/beast beast)
13 GroupSources(test/beast/core "/")
14
15 add_executable (tests-beast-core
16 ${BOOST_BEAST_FILES}
17 ${EXTRAS_FILES}
18 ${TEST_MAIN}
19 Jamfile
20 buffer_test.hpp
21 file_test.hpp
22 bind_handler.cpp
23 buffered_read_stream.cpp
24 buffers_adapter.cpp
25 buffers_cat.cpp
26 buffers_prefix.cpp
27 buffers_suffix.cpp
28 buffers_to_string.cpp
29 error.cpp
30 file.cpp
31 file_posix.cpp
32 file_stdio.cpp
33 file_win32.cpp
34 flat_buffer.cpp
35 flat_static_buffer.cpp
36 handler_ptr.cpp
37 multi_buffer.cpp
38 ostream.cpp
39 read_size.cpp
40 span.cpp
41 static_string.cpp
42 string.cpp
43 static_buffer.cpp
44 string_param.cpp
45 type_traits.cpp
46 detail/base64.cpp
47 detail/clamp.cpp
48 detail/empty_base_optimization.cpp
49 detail/sha1.cpp
50 detail/variant.cpp
51 detail/varint.cpp
52 )
53
54 set_property(TARGET tests-beast-core PROPERTY FOLDER "tests")