aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldset/CMakeLists.txt
blob: f201032efc0989acdbbc1de42174b47d8aa86b0a (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. 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
)