Include custom plugin in custom OBS Build

danielscg

New Member
Hello,

I am trying to make a custom build of OBS that includes a custom plugin that we have created.
I was wondering how I would go about this.
I am able to make custom builds of OBS okay. However when I include my custom plugin (obs-bridge) in obs-studio > plugins, I get errors in the cmd when trying to do a cmake build.

Call Stack (most recent call first):
build_x64/libobs/libobsConfig.cmake:30 (find_dependency)
plugins/obs-bridge/CMakeLists.txt:16 (find_package)

Consulting with ChatGPT seems to think it's something to do with w32-pthreads or libobs both of which are folders in the file structure of my obs-bridge plugin.
The custom plugin was created by someone else who I don't have access to any more but I can tell from poking around in the files they used the obs-plugintemplate to start from.

I will attach the CMakeLists.txt file for my custom plugin below.

Any help with this would be great.
 

Attachments

  • CMakeLists.txt
    3.9 KB · Views: 13
Top