aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-probe-io-uring/CMakeLists.txt
blob: 24ceda46a87743894a858dc668cb79ded9783202 (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-probe-io-uring_app
    SOURCES
    probe_io_uring.cpp
    OUTPUT_NAME vespa-probe-io-uring
    INSTALL bin
    DEPENDS
    vespalib
)