Files
2022-06-13 07:26:37 +00:00

19 lines
353 B
C

#ifndef __CONFIG_H__
#define __CONFIG_H__
/* CMake Project Details */
#define PROJECT_NAME "bngblaster"
#define PROJECT_VER "0.0.0"
#define PROJECT_VER_MAJOR "0"
#define PROJECT_VER_MINOR "0"
#define PROJECT_VER_PATCH "0"
#define BNGBLASTER_VERSION ""
#define GIT_REF ""
#define GIT_SHA ""
#define COMPILER_ID ""
#define COMPILER_VERSION ""
#endif