summaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/proxy/CMakeLists.txt
blob: fdebad2fe49d15835ed163f8085dc9939bac04f5 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(persistence_proxy OBJECT
    SOURCES
    buildid.cpp
    providerproxy.cpp
    providerstub.cpp
    DEPENDS
)