rustdesk/res/vcpkg/libyuv/usage-msvc

10 lines
341 B
Plaintext
Raw Normal View History

2025-07-01 20:28:50 +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