mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* [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")
|