mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 00:47:56 +08:00
8ac2f047c1
Co-authored-by: Kai Pastor <dg0yt@darc.de>
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)
|