mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
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})
|