aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/streaming/CMakeLists.txt
blob: 4c51a0a1e0ab854c4571655abc211f6563c695af (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(searchlib_query_streaming OBJECT
    SOURCES
    nearest_neighbor_query_node.cpp
    query.cpp
    querynode.cpp
    querynoderesultbase.cpp
    queryterm.cpp
    DEPENDS
)