aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-transactionlog-inspect/CMakeLists.txt
blob: 053a091f58731d022060852d119b6c8c15ccc13c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. 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
)