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