aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/http/CMakeLists.txt
blob: 067ee21f9a8bd139a48b3b3bd00006305cd6d595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Vespa.ai. 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
)