Update cmake

Based on obs-plugintemplate@68e9fcd
This commit is contained in:
WarmUpTill
2024-02-03 21:44:51 +01:00
committed by WarmUpTill
parent 77eb5ed286
commit 8e7955984e
43 changed files with 2234 additions and 646 deletions

View File

@@ -0,0 +1,5 @@
#include "version.h"
#define GIT_SHA1 "@GIT_SHA1@"
#define GIT_TAG "@GIT_TAG@"
const char g_GIT_SHA1[] = GIT_SHA1;
const char g_GIT_TAG[] = GIT_TAG;