First commit.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef CONFIG_HPP_H
|
||||
#define CONFIG_HPP_H
|
||||
|
||||
#define PROJECT_NAME "@PROJECT_NAME@"
|
||||
#define PROJECT_VER "@PROJECT_VERSION@"
|
||||
#define PROJECT_VER_MAJOR "@PROJECT_VERSION_MAJOR@"
|
||||
#define PROJECT_VER_MINOR "@PROJECT_VERSION_MINOR@"
|
||||
#define PTOJECT_VER_PATCH "@PROJECT_VERSION_PATCH@"
|
||||
|
||||
#endif // CONFIG_HPP_H
|
||||
|
||||
Reference in New Issue
Block a user