aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/CMakeLists.txt
blob: ef1011358bfb54f912d5d73d5c73032a178d87f1 (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(searchlib_query OBJECT
    SOURCES
    query_term_simple.cpp
    query_term_ucs4.cpp
    query_term_decoder.cpp
    DEPENDS
)