mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
8e9dc3c690
* Add open62541pp to vcpkg * version database --------- Co-authored-by: Frank <1433351828@qq.com>
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
The package open62541pp provides CMake targets:
|
|
|
|
find_package(open62541pp CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE open62541pp::open62541pp)
|