aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/wand/CMakeLists.txt
blob: 73e964952125c3584bacdb2ad86bae96ce9a3aa9 (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(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
)