mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
3211a42c6c
* [libtheora] Fix usage issue * Add CONFIG for find_dependency(Ogg) * x-add-version --overwrite-version
7 lines
148 B
CMake
7 lines
148 B
CMake
@PACKAGE_INIT@
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Ogg CONFIG)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-theora-targets.cmake")
|