1. Home
  2. Browse
  3. libsmb2

libsmb2

v2023-08-11#0Latest

SMB2/3 Userspace Client

Install

Run the following Vcpkg command to install the port.

vcpkg install libsmb2

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})

Dependencies

See source

Version

v2023-08-11#0

Publication

Supports

All

GitHub

sahlberg/libsmb2331

Homepage

github.com/sahlberg/libsmb2

Subtree

ff323de5ad

License

LGPL-2.1-or-later

Definition

Manifest