aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/vespa/log/CMakeLists.txt
blob: 8ab75587e9541f87f9cef489d8f19ffca3323b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalog
    SOURCES
    exceptions.cpp
    loglevelnames.cpp
    log.cpp
    bufferedlogger.cpp
    log-target-fd.cpp
    log-target-file.cpp
    log-target.cpp
    log_message.cpp
    lock.cpp
    internal.cpp
    control-file.cpp
    component.cpp
    llparser.cpp
    log-assert.cpp
    reject-filter.cpp
    INSTALL lib64
)
target_link_libraries(vespalog PUBLIC ${CMAKE_THREAD_LIBS_INIT})