aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/coro/CMakeLists.txt
blob: ed30f224eabf2dfc758135118be730123b4b84dc (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_coro OBJECT
    SOURCES
    active_work.cpp
    async_crypto_socket.cpp
    async_io.cpp
    DEPENDS
)