vcpkg/ports/libyuv/usage

6 lines
170 B
Plaintext
Raw Normal View History

2023-01-21 14:17:35 +08:00
libyuv provides CMake targets:
# Unofficial config package and target from vcpkg
find_package(libyuv CONFIG REQUIRED)
target_link_libraries(main PRIVATE yuv)