aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/CMakeLists.txt
blob: 99f8eaa3126dbf29308a60d154aef1dc2dcb11e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fbench_app
    SOURCES
    client.cpp
    fbench.cpp
    OUTPUT_NAME vespa-fbench
    INSTALL bin
    DEPENDS
    fbench_util
    fbench_httpclient
)