10 lines
229 B
Diff
10 lines
229 B
Diff
|
--- /dev/null
|
||
|
+++ b/plugins/obs-browser/CMakeLists.txt
|
||
|
@@ -0,0 +1,6 @@
|
||
|
+project(obs-browser)
|
||
|
+
|
||
|
+option(
|
||
|
+ ENABLE_BROWSER
|
||
|
+ "Enable building OBS with browser source plugin (required Chromium Embedded Framework)"
|
||
|
+ ${OS_LINUX})
|