summaryrefslogtreecommitdiffstats
path: root/config/src/vespa/config/frt/CMakeLists.txt
blob: 879b32684a7fbc1bb9f2b2c3b4efc02576ce928e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 Yahoo Holdings. 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
)