usage-msvc 341 B

12345678910
  1. libyuv provides CMake targets:
  2. find_package(libyuv CONFIG REQUIRED)
  3. target_link_libraries(main PRIVATE yuv)
  4. # WARNING
  5. # You are using MSVC to compile libyuv, which results in a very slow library.
  6. # MSVC won't compile any of the acceleration codes.
  7. # See workarounds: https://github.com/microsoft/vcpkg/issues/28446