aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/timeout/CMakeLists.txt
blob: 28b74bbc3b87e81f68356905cdd1524f95d8cdc5 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fnet_timeout_app
    SOURCES
    timeout.cpp
    DEPENDS
    fnet
)