aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/eval_expr/CMakeLists.txt
blob: c3c992ab8647bb4e473c8a62ea74e4f4804840bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(eval_eval_expr_app
    SOURCES
    eval_expr.cpp
    OUTPUT_NAME vespa-eval-expr
    INSTALL bin
    DEPENDS
    vespaeval
    EXTERNAL_DEPENDS
    edit
)