aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/frt/CMakeLists.txt
blob: 74a3916e168d27d420fa1386da654b0a71e3b187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(config_frt OBJECT
    SOURCES
    frtsource.cpp
    frtconnectionpool.cpp
    frtconnection.cpp
    frtconfigrequest.cpp
    frtconfigresponse.cpp
    frtsourcefactory.cpp
    frtconfigagent.cpp
    frtconfigrequestfactory.cpp
    protocol.cpp
    slimeconfigrequest.cpp
    slimeconfigresponse.cpp
    frtconfigrequestv3.cpp
    frtconfigresponsev3.cpp
    compressioninfo.cpp
    DEPENDS
)