norihiro / obs-face-tracker

Face tracking plugin for OBS Studio
GNU General Public License v2.0
343 stars 29 forks source link

cmake: Move generated files under build directory #157

Closed norihiro closed 1 month ago

norihiro commented 1 month ago

Description

The generated files by cmake should be located under the binary directory. Move them to build directory.

Also fix PKG_SUFFIX, which was not set by option.

How Has This Been Tested?

CI will test.

General checklist