mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:52:04 +08:00
5a4e2c0484
* [libyuv] Fix static build issue * Update the patch and replace the definition i headers file
6 lines
187 B
CMake
6 lines
187 B
CMake
include(CMakeFindDependencyMacro)
|
|
find_dependency(JPEG)
|
|
|
|
set(libyuv_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/libyuv-targets.cmake")
|