aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/dummyimpl/CMakeLists.txt
blob: b0c7143686a3e842dc42b2c58f4390e1b4b96b69 (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(persistence_dummyimpl OBJECT
    SOURCES
    dummypersistence.cpp
    dummy_bucket_executor.cpp
    DEPENDS
)