aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/predicate/CMakeLists.txt
blob: dac7b1239423824c4c5a4d12d6e50b4e6b1aa8e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. 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
)