aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/rankingexpression/CMakeLists.txt
blob: 056218bff00f2c82cb9f065c5bee98f1145cd8cd (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_features_rankingexpression OBJECT
    SOURCES
    expression_replacer.cpp
    intrinsic_blueprint_adapter.cpp
    intrinsic_expression.cpp
    DEPENDS
)