]> git.proxmox.com Git - ceph.git/blob - ceph/src/Beast/test/core/CMakeLists.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / test / core / CMakeLists.txt
1 # Part of Beast
2
3 GroupSources(extras/beast extras)
4 GroupSources(include/beast beast)
5 GroupSources(test/core "/")
6
7 add_executable (core-tests
8 ${BEAST_INCLUDES}
9 ${EXTRAS_INCLUDES}
10 ../../extras/beast/unit_test/main.cpp
11 buffer_test.hpp
12 async_completion.cpp
13 bind_handler.cpp
14 buffer_cat.cpp
15 buffer_concepts.cpp
16 buffers_adapter.cpp
17 clamp.cpp
18 consuming_buffers.cpp
19 dynabuf_readstream.cpp
20 error.cpp
21 flat_streambuf.cpp
22 handler_alloc.cpp
23 handler_concepts.cpp
24 handler_ptr.cpp
25 placeholders.cpp
26 prepare_buffer.cpp
27 prepare_buffers.cpp
28 static_streambuf.cpp
29 static_string.cpp
30 stream_concepts.cpp
31 streambuf.cpp
32 to_string.cpp
33 write_dynabuf.cpp
34 base64.cpp
35 empty_base_optimization.cpp
36 get_lowest_layer.cpp
37 is_call_possible.cpp
38 sha1.cpp
39 )
40
41 if (NOT WIN32)
42 target_link_libraries(core-tests ${Boost_LIBRARIES} Threads::Threads)
43 else()
44 target_link_libraries(core-tests ${Boost_LIBRARIES})
45 endif()