aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/annotation/CMakeLists.txt
blob: c53ec7afcae0339517ffeddfed3706017a8900a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(document_annotation OBJECT
    SOURCES
    alternatespanlist.cpp
    annotation.cpp
    span.cpp
    spanlist.cpp
    spannode.cpp
    spantree.cpp
    DEPENDS
)