summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/util/CMakeLists.txt
blob: e69dd36d6f5706c74a4c05b063dd8e557f9f2609 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(staging_vespalib_vespalib_util OBJECT
    SOURCES
    adaptive_sequenced_executor.cpp
    bits.cpp
    clock.cpp
    crc.cpp
    document_runnable.cpp
    doom.cpp
    foregroundtaskexecutor.cpp
    growablebytebuffer.cpp
    isequencedtaskexecutor.cpp
    jsonexception.cpp
    jsonstream.cpp
    jsonwriter.cpp
    malloc_mmap_guard.cpp
    process_memory_stats.cpp
    programoptions.cpp
    programoptions_testutils.cpp
    rusage.cpp
    sequencedtaskexecutor.cpp
    sequencedtaskexecutorobserver.cpp
    shutdownguard.cpp
    scheduledexecutor.cpp
    singleexecutor.cpp
    xmlserializable.cpp
    xmlstream.cpp
    DEPENDS
)