summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/wand/CMakeLists.txt
blob: 8ac2533db416050e66cdf5304f355ae121c6bb36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2017 Yahoo Holdings. 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
)