mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
fe39c3c818
This patch adds a port for libosdp - a cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP). The protocol is intended to improve interoperability among access control and security products. It supports Secure Channel (SC) for encrypted and authenticated communication between configured devices. Upstream: https://github.com/goToMain/libosdp
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
libosdp provides CMake targets:
|
|
|
|
find_package(LibOSDP CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libosdp::osdp>,libosdp::osdp,libosdp::osdpstatic>)
|
|
|
|
libosdp provides pkg-config modules:
|
|
|
|
# Open Supervised Device Protocol (OSDP) Library
|
|
libosdp
|