aboutsummaryrefslogtreecommitdiff
path: root/examples/libgav1_examples.cmake
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2022-07-14 15:56:59 -0400
committerBoyuan Yang <byang@debian.org>2022-07-14 15:56:59 -0400
commit1a2e17bd28a068714658551c8c355171ce15dfa0 (patch)
treedb9e739007016850ee355365874a20b07034ef2c /examples/libgav1_examples.cmake
parenta08da9600832caf817125edee2c3206fe24cd5cb (diff)
parentd4dbf19f6b0181ee78034bfe4caf189d1c016998 (diff)
downloadlibgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.gz
libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.bz2
libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.zip
Update upstream source from tag 'upstream/0.18.0'
Update to upstream version '0.18.0' with Debian dir a69c1f7f3e7109393a3f9f5f1a2e7a5c3d3eda9f
Diffstat (limited to 'examples/libgav1_examples.cmake')
-rw-r--r--examples/libgav1_examples.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/libgav1_examples.cmake b/examples/libgav1_examples.cmake
index 1f949f3..a3ec156 100644
--- a/examples/libgav1_examples.cmake
+++ b/examples/libgav1_examples.cmake
@@ -17,6 +17,13 @@ if(LIBGAV1_EXAMPLES_LIBGAV1_EXAMPLES_CMAKE_)
endif() # LIBGAV1_EXAMPLES_LIBGAV1_EXAMPLES_CMAKE_
set(LIBGAV1_EXAMPLES_LIBGAV1_EXAMPLES_CMAKE_ 1)
+if(NOT LIBGAV1_ENABLE_EXAMPLES)
+ macro(libgav1_add_examples_targets)
+
+ endmacro()
+ return()
+endif()
+
set(libgav1_file_reader_sources "${libgav1_examples}/file_reader.cc"
"${libgav1_examples}/file_reader.h"
"${libgav1_examples}/file_reader_constants.cc"