aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-ranking-expression-analyzer/CMakeLists.txt
blob: ee885c619e5286cbd7f1fc8baeb04239bbefb7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_vespa-ranking-expression-analyzer_app
    SOURCES
    vespa-ranking-expression-analyzer.cpp
    OUTPUT_NAME vespa-ranking-expression-analyzer
    INSTALL bin
    DEPENDS
    searchlib
)