aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/generic/thread/CMakeLists.txt
blob: 1ffc1154c1c3584c8f0e247dd0a552feff541680 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. 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
)