summaryrefslogtreecommitdiffstats
path: root/fbench/src/util/CMakeLists.txt
blob: 74c6666bee16fa4737c6a7254a02db2dcf6775fb (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(fbench_util STATIC
    SOURCES
    filereader.cpp
    timer.cpp
    clientstatus.cpp
    DEPENDS
)