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