Add Version build function to CMakeLists.txt
This commit is contained in:
10
AppVersion.h.in
Normal file
10
AppVersion.h.in
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by Krad on 2022/3/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_VERSION_H
|
||||
#define GUI_VERSION_H
|
||||
#define GUI_VERSION_MAJOR @GUI_VERSION_MAJOR@
|
||||
#define GUI_VERSION_MINOR @GUI_VERSION_MINOR@
|
||||
#define GUI_VERSION_BUILD @GUI_VERSION_BUILD@
|
||||
#endif //GUI_VERSION_H
|
||||
Reference in New Issue
Block a user