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