Purple  0.1
Standard Language Specification
Macros
info.h File Reference

CMake config definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PROJECT_NAME   "TestName"
 
#define PROJECT_VER   "TestVersion"
 
#define PROJECT_VER_MAJOR   "TestMajor"
 
#define PROJECT_VER_MINOR   "TestMinor"
 
#define PROJECT_VER_PATCH   "TestPatch"
 
#define DEFAULT_CLANG_EXECUTABLE_PATH   "ClangPath"
 
#define PROJECT_NAME_AND_VERS   "TestName TestVersion"
 

Detailed Description

CMake config definitions.

Author
Charles Averill
Date
08-Sep-2022

Macro Definition Documentation

◆ DEFAULT_CLANG_EXECUTABLE_PATH

#define DEFAULT_CLANG_EXECUTABLE_PATH   "ClangPath"

◆ PROJECT_NAME

#define PROJECT_NAME   "TestName"

◆ PROJECT_NAME_AND_VERS

#define PROJECT_NAME_AND_VERS   "TestName TestVersion"

◆ PROJECT_VER

#define PROJECT_VER   "TestVersion"

◆ PROJECT_VER_MAJOR

#define PROJECT_VER_MAJOR   "TestMajor"

◆ PROJECT_VER_MINOR

#define PROJECT_VER_MINOR   "TestMinor"

◆ PROJECT_VER_PATCH

#define PROJECT_VER_PATCH   "TestPatch"