Sha256: 63f1002995d389a17ab2c5b57d0db7cd8896fa3b086a5b45b768d210ea3b74ed

Contents?: true

Size: 456 Bytes

Versions: 6

Compression:

Stored size: 456 Bytes

Contents

add_library(
  couchbase_sasl OBJECT
        client.cc
        context.cc
        mechanism.cc
        plain/plain.cc
        scram-sha/scram-sha.cc
        scram-sha/stringutils.cc)
set_target_properties(couchbase_sasl PROPERTIES POSITION_INDEPENDENT_CODE ON)
target_include_directories(couchbase_sasl PRIVATE ../..)
target_link_libraries(
  couchbase_sasl
  PRIVATE project_options
          project_warnings
          fmt::fmt
          spdlog::spdlog)

Version data entries

6 entries across 6 versions & 1 rubygems

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