Merge pull request #14145 from Chocobo1/define

Generate version header when configuring project
This commit is contained in:
Mike Tzou 2021-01-06 11:38:55 +08:00 committed by GitHub
commit b79a1b5755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 77 additions and 32 deletions

View file

@ -81,6 +81,7 @@
#include "base/utils/fs.h"
#include "base/utils/misc.h"
#include "base/utils/string.h"
#include "base/version.h"
#include "applicationinstancemanager.h"
#include "filelogger.h"