Skip to Content

libsmb2 v2023-08-11

Created
Updated

SMB2/3 Userspace Client

# Usage

libsmb2 can be used from CMake via:

find_package(SMB2 REQUIRED)
target_include_directories(main PRIVATE ${SMB2_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${SMB2_LIBRARIES}) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • timmeh87's avatar timmeh87
  • Billy O'Neal's avatar Billy O'Neal
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Weihang Ding's avatar Weihang Ding

# Changelog

  • ff323de [libsmb2] Bump to 2023-08-11 (#34323)
  • 8ead9c2 [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883)
  • c9e786d [many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 5ff4ce0 [libsmb2] New port (#18471)

# Source