aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/util/CMakeLists.txt
blob: 3aa954429d7b9b436a94e17c1a30b24b3e97f027 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(fbench_util STATIC
    SOURCES
    authority.cpp
    clientstatus.cpp
    filereader.cpp
    timer.cpp
    DEPENDS
)