aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/wand/CMakeLists.txt
blob: 061319cd783c75cd07f4af1a0889ce8d49678883 (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_queryeval_wand OBJECT
    SOURCES
    parallel_weak_and_blueprint.cpp
    parallel_weak_and_search.cpp
    wand_parts.cpp
    weak_and_heap.cpp
    weak_and_search.cpp
    DEPENDS
)