提交 54ecfc8f 编写于 作者: R Ryan Foster 提交者: jp9000

cmake: Add CMake option to disable building plugins

Closes jp9000/obs-studio#1070
上级 573fbbfe
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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册