aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/generic/clock/CMakeLists.txt
blob: f3e91071a9c8e9df788fb7948ce83509af2c656d (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageframework_clock OBJECT
    SOURCES
    time.cpp
    DEPENDS
)