summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-transactionlog-inspect/CMakeLists.txt
blob: ac869b5afd090765b5c1d8ac475a43bdcf4311cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. 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
)