aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/generic/thread/CMakeLists.txt
blob: fc7796f0dd8ce930b22b746b4822fbd5c849cc9f (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(storageframework_thread OBJECT
    SOURCES
    thread.cpp
    thread_properties.cpp
    tickingthread.cpp
    DEPENDS
)