aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-transactionlog-inspect/CMakeLists.txt
blob: 616ff52718d1e31cc83040172390e10272939193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-transactionlog-inspect_app
    SOURCES
    vespa-transactionlog-inspect.cpp
    OUTPUT_NAME vespa-transactionlog-inspect-bin
    INSTALL bin
    DEPENDS
    searchcore_server
    searchcore_feedoperation
    searchcore_pcommon
)