summaryrefslogtreecommitdiffstats
path: root/fbench/src/geturl/CMakeLists.txt
blob: 85ae66bc0e38a781b31fd81a9af84c534f06c764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. 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-geturl
    INSTALL bin
    DEPENDS
    fbench_util
    fbench_httpclient
)