obsproject / obs-amd-encoder

AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio
https://obsproject.com/forum/threads/amd-advanced-media-framework-encoder-plugin-for-obs-studio.52305/
GNU General Public License v2.0
454 stars 87 forks source link

cmake: Fix version generation for included header file #436

Closed PatTheMav closed 1 year ago

PatTheMav commented 1 year ago

Description

Fix generation of version header when CMake 3.0 variant is used.

Motivation and Context

The generated version header file relies on project version variables which CMake only generates when an actual project exists (which was removed in the update as only the main project obs-studio exists).

How Has This Been Tested?

Tested compilation on Windows 11 with updated CMake file.

Types of changes

Checklist: