From d4dbf19f6b0181ee78034bfe4caf189d1c016998 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Thu, 14 Jul 2022 15:56:57 -0400 Subject: New upstream version 0.18.0 --- examples/libgav1_examples.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples') 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" -- cgit v1.2.3