aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/searchvisitor/CMakeLists.txt
blob: 4911b0693e4b5c9c71b7756fd46c13ad06a1e4cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(streamingvisitors
    SOURCES
    attribute_access_recorder.cpp
    hitcollector.cpp
    indexenvironment.cpp
    matching_elements_filler.cpp
    queryenvironment.cpp
    querytermdata.cpp
    querywrapper.cpp
    rankmanager.cpp
    rankprocessor.cpp
    search_environment_snapshot.cpp
    searchenvironment.cpp
    searchvisitor.cpp
    $<TARGET_OBJECTS:vsm_vconfig>
    $<TARGET_OBJECTS:vsm_vsmbase>
    $<TARGET_OBJECTS:vsm_vsmcommon>
    $<TARGET_OBJECTS:vsm_vsmsearcher>
    INSTALL lib64
    DEPENDS
)