diff --git a/Examples/CMakeLists.txt b/Examples/CMakeLists.txt index 5f066de8de4b5ab3fe929c0195f3b49c78296618..4ebeb558dd7410b2fadb6b47342b9d23c80a3767 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 ()