summaryrefslogtreecommitdiffstats
path: root/eval/src/apps/eval_expr/CMakeLists.txt
blob: 477287ceca76d867b2fde76114355cc4081ce6ef (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. 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
    INSTALL bin
    DEPENDS
    eval
)