aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/fuzzy/CMakeLists.txt
blob: 8ccef84d969d68a160a51d1ffee167ffc05c094d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_fuzzy OBJECT
    SOURCES
        explicit_levenshtein_dfa.cpp
        fuzzy_matcher.cpp
        fuzzy_matching_algorithm.cpp
        implicit_levenshtein_dfa.cpp
        levenshtein_dfa.cpp
        levenshtein_distance.cpp
        table_dfa.cpp
        unicode_utils.cpp
    DEPENDS
)