aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/config/CMakeLists.txt
blob: 71baf7a43a7e95138e3d6773d8dedf056e5de9b5 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_documentconfig OBJECT
    SOURCES
    DEPENDS
)
vespa_generate_config(document_documentconfig documenttypes.def)
install_config_definition(documenttypes.def document.documenttypes.def)
install_config_definition(documentmanager.def document.config.documentmanager.def)