mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
Update config variable names
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#define PROJECT_VERSION_MINOR @PROJECT_VERSION_MINOR @
|
||||
#define PROJECT_VERSION_PATCH @PROJECT_VERSION_PATCH @
|
||||
|
||||
static constexpr std::string_view project_name = "@PROJECT_NAME@";
|
||||
static constexpr std::string_view project_version = "@PROJECT_VERSION@";
|
||||
static constexpr std::string_view project_description = "@PROJECT_DESCRIPTION@";
|
||||
static constexpr std::string_view git_sha = "@GIT_SHA@";
|
||||
static constexpr std::string_view project_mdlp_name = "@PROJECT_NAME@";
|
||||
static constexpr std::string_view project_mdlp_version = "@PROJECT_VERSION@";
|
||||
static constexpr std::string_view project_mdlp_description = "@PROJECT_DESCRIPTION@";
|
||||
static constexpr std::string_view git_mdlp_sha = "@GIT_SHA@";
|
Reference in New Issue
Block a user