summaryrefslogtreecommitdiffstats
path: root/fbench/src/geturl/CMakeLists.txt
blob: 2c6ecf1f7bc3a6f13af274f64fd1c05a26492b14 (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-geturl
    INSTALL bin
    DEPENDS
    fbench_util
    fbench_httpclient
)