mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
libyuv provides CMake targets:
|
|
|
|
# Unofficial config package and target from vcpkg
|
|
find_package(libyuv CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE yuv)
|