aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-gen-testdocs/CMakeLists.txt
blob: f6935f62e4989e6a305efec7983c44a8ee16ddbb (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. 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
)