aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtheora/unofficial-theora-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libtheora/unofficial-theora-config.cmake.in')
-rw-r--r--vcpkg/ports/libtheora/unofficial-theora-config.cmake.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/libtheora/unofficial-theora-config.cmake.in b/vcpkg/ports/libtheora/unofficial-theora-config.cmake.in
new file mode 100644
index 0000000..98f152e
--- /dev/null
+++ b/vcpkg/ports/libtheora/unofficial-theora-config.cmake.in
@@ -0,0 +1,6 @@
+@PACKAGE_INIT@
+include(CMakeFindDependencyMacro)
+
+find_dependency(Ogg CONFIG)
+
+include("${CMAKE_CURRENT_LIST_DIR}/unofficial-theora-targets.cmake")