]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/beast/test/beast/http/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / beast / test / beast / http / CMakeLists.txt
CommitLineData
b32b8144
FG
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
92f5a8d4
TL
10GroupSources (include/boost/beast beast)
11GroupSources (test/extras/include/boost/beast extras)
12GroupSources (test/beast/http "/")
b32b8144
FG
13
14add_executable (tests-beast-http
15 ${BOOST_BEAST_FILES}
16 ${EXTRAS_FILES}
b32b8144
FG
17 Jamfile
18 message_fuzz.hpp
19 test_parser.hpp
20 basic_dynamic_body.cpp
21 basic_file_body.cpp
22 basic_parser.cpp
23 buffer_body.cpp
24 chunk_encode.cpp
25 dynamic_body.cpp
26 empty_body.cpp
27 error.cpp
28 field.cpp
20effc67 29 field_compiles.cpp
b32b8144
FG
30 fields.cpp
31 file_body.cpp
32 message.cpp
33 parser.cpp
34 read.cpp
35 rfc7230.cpp
36 serializer.cpp
37 span_body.cpp
38 status.cpp
39 string_body.cpp
40 type_traits.cpp
41 vector_body.cpp
42 verb.cpp
43 write.cpp
44)
45
92f5a8d4
TL
46target_link_libraries(tests-beast-http
47 lib-asio
48 lib-asio-ssl
49 lib-beast
50 lib-test
51 )
52
b32b8144 53set_property(TARGET tests-beast-http PROPERTY FOLDER "tests")