summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/engine/CMakeLists.txt
blob: e475d786a608f1f122912cdab3b582939e9912e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_engine OBJECT
    SOURCES
    docsumapi.cpp
    docsumreply.cpp
    docsumrequest.cpp
    errorcodes.cpp
    monitorreply.cpp
    monitorrequest.cpp
    packetconverter.cpp
    propertiesmap.cpp
    request.cpp
    searchreply.cpp
    searchrequest.cpp
    source_description.cpp
    trace.cpp
    transport_metrics.cpp
    transportserver.cpp
    DEPENDS
)