summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-gen-testdocs/CMakeLists.txt
blob: 2aafdd76ae94ef9f88ad2befd8f0be960e4d344e (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. 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
)
vespa_add_target_system_dependency(searchcore_vespa-gen-testdocs_app crypto)