From 65b90661f50432ff726c7d5a23708f181ee3e6d5 Mon Sep 17 00:00:00 2001
From: Jaswant Panchumarti <jaswant.panchumarti@kitware.com>
Date: Tue, 13 Aug 2024 10:45:21 -0400
Subject: [PATCH] Add new async examples to Examples/CMake

---
 Examples/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Examples/CMakeLists.txt b/Examples/CMakeLists.txt
index 5f066de8de4..4ebeb558dd7 100644
--- a/Examples/CMakeLists.txt
+++ b/Examples/CMakeLists.txt
@@ -37,9 +37,11 @@ elseif (APPLE_IOS)
   #add_example(iOS)
 elseif (EMSCRIPTEN)
   if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.13)
+    add_example(Emscripten/Cxx/AsyncClipper)
     add_example(Emscripten/Cxx/Cone)
     add_example(Emscripten/Cxx/ConeFullScreen)
     add_example(Emscripten/Cxx/MultiCone)
+    add_example(Emscripten/Cxx/WrappedAsyncClipper)
     add_example(Emscripten/Cxx/WrappedMace)
   endif()
 else ()
-- 
GitLab