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