aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/http/CMakeLists.txt
blob: 9b5e7495046ac6a2356f974204f81895f3fbd2d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vbench_http OBJECT
    SOURCES
    benchmark_headers.cpp
    hex_number.cpp
    http_client.cpp
    http_connection.cpp
    http_connection_pool.cpp
    http_result_handler.cpp
    server_spec.cpp
    DEPENDS
)