mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
19 lines
353 B
C
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
|