aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query/CMakeLists.txt
blob: 29e9c02e6f22acd7dd8187b81407cffe714d11a6 (plain) (blame)
1
2
3
4
5
6
7
8
# 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
    DEPENDS
)