mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:49:00 +08:00
287be77baf
* [openvino]: added new port with 2023.0.0+ version * updated versions files
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
The package OpenVINO can be used in cmake scripts as:
|
|
|
|
find_package(OpenVINO REQUIRED)
|
|
target_link_libraries(main PRIVATE openvino::runtime)
|