summaryrefslogtreecommitdiffstats
path: root/defaults/src/apps/printdefault/CMakeLists.txt
blob: 4ce038f7ac8a6dfcf056670a708000a51612cf0f (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(defaults_vespa-print-default_app
    SOURCES
    printdefault.cpp
    OUTPUT_NAME vespa-print-default
    INSTALL bin
    DEPENDS
    vespadefaults
)