summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/CMakeLists.txt
blob: 3f4a719576bff810130835afabef335274250bc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(streamingvisitors_searchvisitor
    SOURCES
    hitcollector.cpp
    indexenvironment.cpp
    queryenvironment.cpp
    querytermdata.cpp
    querywrapper.cpp
    rankmanager.cpp
    rankprocessor.cpp
    searchenvironment.cpp
    searchvisitor.cpp
    INSTALL lib64
    DEPENDS
    searchlib_searchlib_uca
)