summaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/CMakeLists.txt
blob: e3397b547405da7626cb3a34388066ad4fa9d45f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_util OBJECT
    SOURCES
    active.cpp
    address_space.cpp
    alloc.cpp
    approx.cpp
    array.cpp
    assert.cpp
    backtrace.cpp
    barrier.cpp
    benchmark_timer.cpp
    blockingthreadstackexecutor.cpp
    box.cpp
    bufferwriter.cpp
    classname.cpp
    closuretask.cpp
    compress.cpp
    compressor.cpp
    dual_merge_director.cpp
    error.cpp
    exception.cpp
    exceptions.cpp
    gencnt.cpp
    generationhandler.cpp
    generationholder.cpp
    hdr_abort.cpp
    host_name.cpp
    joinable.cpp
    latch.cpp
    left_right_heap.cpp
    lz4compressor.cpp
    md5.c
    printable.cpp
    priority_queue.cpp
    random.cpp
    rcuvector.cpp
    regexp.cpp
    reusable_set.cpp
    reusable_set_handle.cpp
    reusable_set_pool.cpp
    runnable.cpp
    runnable_pair.cpp
    rwlock.cpp
    sequence.cpp
    sha1.cpp
    sig_catch.cpp
    signalhandler.cpp
    simple_thread_bundle.cpp
    slaveproc.cpp
    stash.cpp
    string_hash.cpp
    stringfmt.cpp
    thread.cpp
    thread_bundle.cpp
    threadstackexecutor.cpp
    threadstackexecutorbase.cpp
    time.cpp
    valgrind.cpp
    zstdcompressor.cpp
    DEPENDS
)