aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/transactionlog/CMakeLists.txt
blob: 02a058d34074afe56514a1e28760777b47ae3961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_transactionlog OBJECT
    SOURCES
    chunks.cpp
    client_session.cpp
    common.cpp
    domain.cpp
    domainconfig.cpp
    domainpart.cpp
    ichunk.cpp
    nosyncproxy.cpp
    session.cpp
    trans_log_server_explorer.cpp
    translogclient.cpp
    translogserver.cpp
    translogserverapp.cpp
    DEPENDS
    searchlib_sconfig
)