|
@@ -312,9 +312,9 @@ if(NOT NO_EXAMPLES AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
|
|
set(JSON_BuildTests OFF CACHE INTERNAL "")
|
|
|
add_subdirectory(deps/json)
|
|
|
add_subdirectory(examples/client)
|
|
|
+if(NOT NO_MEDIA)
|
|
|
add_subdirectory(examples/media)
|
|
|
add_subdirectory(examples/sfu-media)
|
|
|
-if(NOT NO_MEDIA)
|
|
|
add_subdirectory(examples/streamer)
|
|
|
endif()
|
|
|
add_subdirectory(examples/copy-paste)
|