obsproject / obs-vst

Use VST plugins in OBS
GNU General Public License v2.0
181 stars 56 forks source link

obs-vst: Update CMakeLists for modern builds #85

Closed PatTheMav closed 2 years ago

PatTheMav commented 3 years ago

Description

This is a companion PR for https://github.com/obsproject/obs-studio/pull/4560 to update obs-vst with the changes introduced by that PR.

Motivation and Context

Updates the CMake build scripts to use modern target-based semantics.

How Has This Been Tested?

Types of changes

Checklist:

tytan652 commented 3 years ago

I think you forgot to change the formatcode.sh of this repo

PatTheMav commented 3 years ago

"Forget" as in "didn't care about". I dunno how much/if this plugin is still used standalone, but I preferred to keep the changes over here to a minimum for now.

tytan652 commented 2 years ago

Needs a forced-push with the Qt detection/version selection.

Edit: Thank you