summaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/eval_expr/CMakeLists.txt
blob: 41f6b34c9d6a9829756f4b000f04f6e861aaf430 (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(vespalib_eval_expr_app
    SOURCES
    eval_expr.cpp
    INSTALL bin
    DEPENDS
    vespalib
)