Skip to content
Snippets Groups Projects
Commit 65b90661 authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Add new async examples to Examples/CMake

parent 92e779c3
No related branches found
No related tags found
No related merge requests found
......@@ -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 ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment