mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-27 10:00:24 -04:00
cmake: Add CMake option to disable building plugins
Closes jp9000/obs-studio#1070
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
option(DISABLE_PLUGINS "Disable building of OBS plugins" OFF)
|
||||
if(DISABLE_PLUGINS)
|
||||
message(STATUS "DISABLE_PLUGINS is set; building of plugins is disabled.")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
option(BUILD_CA_ENCODER "Build CoreAudio encoder module" ON)
|
||||
|
||||
Reference in New Issue
Block a user