aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/fastlib/text/CMakeLists.txt
blob: 2b618fb2313fd72c31a80bd8eb712f8db72b8e7c (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(vespalib_fastlib_text OBJECT
    SOURCES
    unicodeutil.cpp
    normwordfolder.cpp
    DEPENDS
)