obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.8k stars 701 forks source link

cmake: Update library and target names for qrcodegen #1167

Closed PatTheMav closed 10 months ago

PatTheMav commented 10 months ago

Description

Changes identifiers for qrcodegen to use unified identifier provided by CMake packages.

Motivation and Context

qrcodegen is identified as such (without the "lib" prefix) and as the target "qrcodegencpp::qrcodegencpp" by the CMake package generated by obs-deps.

Requires https://github.com/obsproject/obs-deps/pull/214 to be merged and released. Needs to be integrated into https://github.com/obsproject/obs-studio/pull/9601.

How Has This Been Tested?

Tested by building OBS Studio with websocket support and all related changes applied.

Tested OS(s): Windows 11, macOS 13.5.2, Ubuntu 22.10

Types of changes

Checklist: