aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/predicate/CMakeLists.txt
blob: 86aad9ad3d2417f0dc4b2a5d00789b36e09a7ed1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_predicate OBJECT
    SOURCES
    predicate.cpp
    predicate_builder.cpp
    predicate_printer.cpp
    predicate_slime_builder.cpp
    predicate_slime_visitor.cpp
    DEPENDS
)