aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/common/CMakeLists.txt
blob: 75e348e86511086e6da4d1a1efceebabe0aeb433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vsm_vsmcommon OBJECT
    SOURCES
    charbuffer.cpp
    document.cpp
    documenttypemapping.cpp
    fieldmodifier.cpp
    storagedocument.cpp
    DEPENDS
)