mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
libyuv provides CMake targets:
|
|
|
|
find_package(libyuv CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE yuv)
|
|
|
|
# WARNING
|
|
# You are using MSVC to compile libyuv, which results in a very slow library.
|
|
# MSVC won't compile any of the acceleration codes.
|
|
# See workarounds: https://github.com/microsoft/vcpkg/issues/28446
|