mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 04:37:09 +08:00
10 lines
217 B
CMake
10 lines
217 B
CMake
option(ENABLE_VIRTUALCAM "Build OBS Virtualcam" ON)
|
|
|
|
if(NOT ENABLE_VIRTUALCAM)
|
|
message(STATUS "OBS: DISABLED mac-virtualcam")
|
|
return()
|
|
endif()
|
|
|
|
add_subdirectory(src/obs-plugin)
|
|
add_subdirectory(src/dal-plugin)
|