vcpkg/ports/libtheora/unofficial-theora-config.cmake.in
Cheney Wang 3211a42c6c
[libtheora] Fix usage issue (#28204)
* [libtheora] Fix usage issue

* Add CONFIG for find_dependency(Ogg)

* x-add-version --overwrite-version
2022-12-08 11:26:08 -08:00

7 lines
148 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Ogg CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-theora-targets.cmake")