Sha256: 48b5c7a3699c72a1b81930b0b654c6b6eda84193de28c6d5f1df03689c34a9c9

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

add_library(couchbase_tracing OBJECT threshold_logging_tracer.cxx)
set_target_properties(couchbase_tracing PROPERTIES POSITION_INDEPENDENT_CODE ON)
target_link_libraries(
  couchbase_tracing
  PRIVATE project_options
          project_warnings
          fmt::fmt
          spdlog::spdlog)
target_include_directories(couchbase_tracing PRIVATE
        ${PROJECT_BINARY_DIR}/generated
        ${PROJECT_SOURCE_DIR})

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
couchbase-3.4.5 ext/couchbase/core/tracing/CMakeLists.txt
couchbase-3.4.4 ext/couchbase/core/tracing/CMakeLists.txt
couchbase-3.4.3 ext/couchbase/core/tracing/CMakeLists.txt
couchbase-3.4.2 ext/couchbase/core/tracing/CMakeLists.txt
couchbase-3.4.1 ext/couchbase/core/tracing/CMakeLists.txt
couchbase-3.4.0 ext/couchbase/core/tracing/CMakeLists.txt