Sha256: 733c9a0c210083ed9b3d216094ba9f544bbaadf1ef92eb1db2fe8765f8ea8d6f

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 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
          Microsoft.GSL::GSL
          spdlog::spdlog)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
couchbase-3.5.4 ext/couchbase/core/sasl/CMakeLists.txt
couchbase-3.5.3 ext/couchbase/core/sasl/CMakeLists.txt
couchbase-3.5.2 ext/couchbase/core/sasl/CMakeLists.txt
couchbase-3.5.1 ext/couchbase/core/sasl/CMakeLists.txt
couchbase-3.5.0 ext/couchbase/core/sasl/CMakeLists.txt