summaryrefslogtreecommitdiffstats
path: root/vbench/src/apps/dumpurl/CMakeLists.txt
blob: 00f00da47e89bd48f7ce96416c564ab7582ea0d2 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. 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
    INSTALL bin
    DEPENDS
    vbench
)