vcpkg/ports/libyuv/usage-msvc

10 lines
350 B
Plaintext
Raw Normal View History

2023-01-21 14:17:35 +08:00
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