summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-gen-testdocs/CMakeLists.txt
blob: dd40dab8ef23ac4cdd07c69e60e8a73bf2141104 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-gen-testdocs_app
    SOURCES
    vespa-gen-testdocs.cpp
    OUTPUT_NAME vespa-gen-testdocs
    INSTALL bin
    DEPENDS
)