aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldset/CMakeLists.txt
blob: 1e9f662f24909aaf9e47203ecc969b5e71e4d6e1 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_fieldset OBJECT
    SOURCES
    fieldsetrepo.cpp
    fieldsets.cpp
    DEPENDS
)