mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-19 16:02:09 -05:00
Update cmake
Based on obs-plugintemplate@68e9fcd
This commit is contained in:
5
cmake/common/version.cpp.in
Normal file
5
cmake/common/version.cpp.in
Normal 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;
|
||||
Reference in New Issue
Block a user