aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/repo/CMakeLists.txt
blob: 07b0076f8eb92709575b0f190a08deb818401ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_repo OBJECT
    SOURCES
    configbuilder.cpp
    documenttyperepo.cpp
    document_type_repo_factory.cpp
    fixedtyperepo.cpp
    DEPENDS
)