aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/CMakeLists.txt
blob: 1c47c910cb47d356b6f01f4ed2a1cefa4ddfc8f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_query OBJECT
    SOURCES
    query_term_simple.cpp
    query_term_ucs4.cpp
    query_term_decoder.cpp
    query_normalization.cpp
    DEPENDS
)