aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/apps/dumpurl/CMakeLists.txt
blob: 4e76e9220ce46d02655044d41d8eab7482f88838 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vbench_dumpurl_app
    SOURCES
    dumpurl.cpp
    DEPENDS
    vbench
)