Browse Source

Exclude streamer project when building with NO_MEDIA

Filip Klembara 4 năm trước cách đây
mục cha
commit
e79a6f08e3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()