summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/util/CMakeLists.txt
blob: a90ca1191dd8c09d1415ea9e1eec7b256d2bd69f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_util OBJECT
    SOURCES
    bufferwriter.cpp
    comprbuffer.cpp
    comprfile.cpp
    data_buffer_writer.cpp
    dirtraverse.cpp
    drainingbufferwriter.cpp
    file_with_header.cpp
    filealign.cpp
    fileheadertk.cpp
    filekit.cpp
    filesizecalculator.cpp
    fileutil.cpp
    foldedstringcompare.cpp
    linguisticsannotation.cpp
    logutil.cpp
    rawbuf.cpp
    slime_output_raw_buf_adapter.cpp
    state_explorer_utils.cpp
    token_extractor.cpp
    url.cpp
    DEPENDS
)