Ver Fonte

UI: Fix build with YT integration without browser

tytan652 há 3 anos atrás
pai
commit
bce1d6970a
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      UI/CMakeLists.txt

+ 2 - 2
UI/CMakeLists.txt

@@ -169,12 +169,10 @@ endif()
 
 
 if(BROWSER_AVAILABLE_INTERNAL)
 if(BROWSER_AVAILABLE_INTERNAL)
 	list(APPEND obs_PLATFORM_SOURCES
 	list(APPEND obs_PLATFORM_SOURCES
-		obf.c
 		window-dock-browser.cpp
 		window-dock-browser.cpp
 		window-extra-browsers.cpp
 		window-extra-browsers.cpp
 		)
 		)
 	list(APPEND obs_PLATFORM_HEADERS
 	list(APPEND obs_PLATFORM_HEADERS
-		obf.h
 		window-dock-browser.hpp
 		window-dock-browser.hpp
 		window-extra-browsers.hpp
 		window-extra-browsers.hpp
 		)
 		)
@@ -267,6 +265,7 @@ set(obs_SOURCES
 	auth-base.cpp
 	auth-base.cpp
 	auth-oauth.cpp
 	auth-oauth.cpp
 	auth-listener.cpp
 	auth-listener.cpp
+	obf.c
 	source-tree.cpp
 	source-tree.cpp
 	scene-tree.cpp
 	scene-tree.cpp
 	properties-view.cpp
 	properties-view.cpp
@@ -333,6 +332,7 @@ set(obs_HEADERS
 	auth-base.hpp
 	auth-base.hpp
 	auth-oauth.hpp
 	auth-oauth.hpp
 	auth-listener.hpp
 	auth-listener.hpp
+	obf.h
 	source-tree.hpp
 	source-tree.hpp
 	scene-tree.hpp
 	scene-tree.hpp
 	properties-view.hpp
 	properties-view.hpp