obsproject / obs-plugintemplate

GNU General Public License v2.0
302 stars 138 forks source link

Update CMakeLists to only find and link libobs by default #32

Closed tytan652 closed 2 years ago

tytan652 commented 2 years ago

Description

Disable finding and linking OBS Frontend API and Qt by default with documentation in the CMakeLists.txt to enable them.

Motivation and Context

Some user of this template don't remove those link in the CMakeLists.txt, so disabled it by default seems to be a better way.

How Has This Been Tested?

The template still builds ad before.

Types of changes

Checklist:

tytan652 commented 2 years ago

Superseded by #34.