diff options
Diffstat (limited to 'vcpkg/ports/libyuv/usage')
| -rw-r--r-- | vcpkg/ports/libyuv/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/libyuv/usage b/vcpkg/ports/libyuv/usage new file mode 100644 index 0000000..b4c7d12 --- /dev/null +++ b/vcpkg/ports/libyuv/usage @@ -0,0 +1,5 @@ +libyuv provides CMake targets:
+
+ # Unofficial config package and target from vcpkg
+ find_package(libyuv CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE yuv)
|