소스 검색

Exclude streamer project when building with NO_MEDIA

Filip Klembara 4 년 전
부모
커밋
e79a6f08e3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()