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