Files

19 lines
353 B
C
Raw Permalink Normal View History

2021-02-04 21:56:56 +01:00
#ifndef __CONFIG_H__
#define __CONFIG_H__
/* CMake Project Details */
#define PROJECT_NAME "bngblaster"
2021-02-05 11:28:18 +01:00
#define PROJECT_VER "0.0.0"
2021-02-04 21:56:56 +01:00
#define PROJECT_VER_MAJOR "0"
2021-02-05 11:28:18 +01:00
#define PROJECT_VER_MINOR "0"
2021-02-05 16:00:09 +01:00
#define PROJECT_VER_PATCH "0"
2021-02-04 21:56:56 +01:00
2021-02-05 16:00:09 +01:00
#define BNGBLASTER_VERSION ""
2021-02-05 11:28:18 +01:00
#define GIT_REF ""
#define GIT_SHA ""
2022-06-13 07:26:37 +00:00
#define COMPILER_ID ""
#define COMPILER_VERSION ""
2021-02-04 21:56:56 +01:00
#endif