aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-tsan-digest/CMakeLists.txt
blob: 3214d8337833da89a17924a4982cd858754b4016 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_vespa-tsan-digest_app
    SOURCES
    tsan_digest.cpp
    OUTPUT_NAME vespa-tsan-digest
    INSTALL bin
    DEPENDS
    vespalib
)