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