Files
rtbrick-bngblaster/code/common/src/config.h
T
2023-03-28 11:48:16 +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