aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/core/CMakeLists.txt
blob: 79a88332625c70386a4944f0132a9376301dcc53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vbench_core OBJECT
    SOURCES
    closeable.cpp
    dispatcher.cpp
    handler.cpp
    handler_thread.cpp
    input_file_reader.cpp
    line_reader.cpp
    provider.cpp
    socket.cpp
    stream.cpp
    string.cpp
    taint.cpp
    taintable.cpp
    time_queue.cpp
    timer.cpp
    DEPENDS
)