mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
libyuv provides CMake targets:
|
|
|
|
find_package(libyuv CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE yuv) |