aboutsummaryrefslogtreecommitdiff
path: root/cmake/libgav1-config.cmake.template
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/libgav1-config.cmake.template')
-rw-r--r--cmake/libgav1-config.cmake.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/libgav1-config.cmake.template b/cmake/libgav1-config.cmake.template
new file mode 100644
index 0000000..dc253d3
--- /dev/null
+++ b/cmake/libgav1-config.cmake.template
@@ -0,0 +1,2 @@
+set(LIBGAV1_INCLUDE_DIRS "@LIBGAV1_INCLUDE_DIRS@")
+set(LIBGAV1_LIBRARIES "gav1")