summaryrefslogtreecommitdiffstats
path: root/fbench/src/geturl/CMakeLists.txt
blob: a536a92ce579c45fedc6670b4b2bab1996968738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. 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
)