aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/defaultimplementation/thread/CMakeLists.txt
blob: 950bc527ece6149cb28655eb26a68d13b3d289d8 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageframework_threadimpl OBJECT
    SOURCES
    threadimpl.cpp
    threadpoolimpl.cpp
    DEPENDS
)