|
@@ -310,7 +310,9 @@ if(NOT NO_EXAMPLES AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
|
|
add_subdirectory(examples/client)
|
|
|
add_subdirectory(examples/media)
|
|
|
add_subdirectory(examples/sfu-media)
|
|
|
+if(NOT NO_MEDIA)
|
|
|
add_subdirectory(examples/streamer)
|
|
|
+endif()
|
|
|
add_subdirectory(examples/copy-paste)
|
|
|
add_subdirectory(examples/copy-paste-capi)
|
|
|
endif()
|