Forráskód Böngészése

Exclude streamer project when building with NO_MEDIA

Filip Klembara 4 éve
szülő
commit
e79a6f08e3
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -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()