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