You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
199 B
CMake

#ifndef VERSION_H
#define VERSION_H
static const char global_s_versionString[] = "${VERSION_STRING}";
static const char global_s_versionStringFull[] = "${VERSION_STRING_FULL}";
#endif // VERSION_H