aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/repo/CMakeLists.txt
blob: 4e5ee30c1844c02e2bc0ec467aa4620671b88dcb (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. 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
)