aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-tsan-digest/CMakeLists.txt
blob: 65622d82bf3963fa93ed822aabb78b7e3afaed05 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
)