aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/text/CMakeLists.txt
blob: f9897c2721061ce6a5d5b463cee0ea1c7c64022d (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
)