6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
libyuv provides CMake targets:
|
|
|
|
# Unofficial config package and target from vcpkg
|
|
find_package(libyuv CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE yuv)
|