mirror of
https://gitlab.com/GloriousEggroll/obs-studio-nobara.git
synced 2025-12-10 00:00:02 -05:00
14 lines
331 B
Diff
14 lines
331 B
Diff
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
|
|
index a39f35771..43be4577b 100644
|
|
--- a/plugins/CMakeLists.txt
|
|
+++ b/plugins/CMakeLists.txt
|
|
@@ -81,6 +81,7 @@ if(BUILD_VST)
|
|
endif()
|
|
endif()
|
|
|
|
+add_subdirectory(obs-vkcapture)
|
|
add_subdirectory(image-source)
|
|
add_subdirectory(obs-x264)
|
|
add_subdirectory(obs-libfdk)
|
|
|