aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/text/CMakeLists.txt
blob: ded2a5754178d920a24f3dcb953fac0fb657a666 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_text OBJECT
    SOURCES
    lowercase.cpp
    stringtokenizer.cpp
    utf8.cpp
    DEPENDS
)