aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-drop-file-from-cache/CMakeLists.txt
blob: 9cfa71b5e753ea62e99c575c5094ae508e99cd64 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_vespa-drop-file-from-cache_app
    SOURCES
    drop_file_from_cache.cpp
    OUTPUT_NAME vespa-drop-file-from-cache
    INSTALL bin
    DEPENDS
    vespalib
)