5 lines
187 B
CMake
Executable file
5 lines
187 B
CMake
Executable file
include(CMakeFindDependencyMacro)
|
|
find_dependency(JPEG)
|
|
|
|
set(libyuv_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/libyuv-targets.cmake")
|