VAPOR3 3.9.4
Macros | Variables
CMakeConfig.h File Reference
#include <string>

Go to the source code of this file.

Macros

#define CMakeConfigStringType   std::string
 

Variables

const int MAJOR
 
const int MINOR
 
const int MICRO
 
const CMakeConfigStringType VERSION_RC
 
const CMakeConfigStringType VERSION_DATE
 
const CMakeConfigStringType VERSION_COMMIT
 
const CMakeConfigStringType VERSION_STRING
 
const CMakeConfigStringType VERSION_STRING_FULL
 
const CMakeConfigStringType BUILD_TYPE
 
const CMakeConfigStringType SOURCE_DIR
 
const CMakeConfigStringType THIRD_PARTY_DIR
 
const CMakeConfigStringType PYTHON_VERSION
 
const CMakeConfigStringType PYTHON_DIR
 
const CMakeConfigStringType PYTHON_PATH
 

Macro Definition Documentation

◆ CMakeConfigStringType

#define CMakeConfigStringType   std::string

Definition at line 6 of file CMakeConfig.h.

Variable Documentation

◆ BUILD_TYPE

const CMakeConfigStringType BUILD_TYPE
extern

◆ MAJOR

const int MAJOR
extern

◆ MICRO

const int MICRO
extern

◆ MINOR

const int MINOR
extern

◆ PYTHON_DIR

const CMakeConfigStringType PYTHON_DIR
extern

◆ PYTHON_PATH

const CMakeConfigStringType PYTHON_PATH
extern

◆ PYTHON_VERSION

const CMakeConfigStringType PYTHON_VERSION
extern

◆ SOURCE_DIR

const CMakeConfigStringType SOURCE_DIR
extern

◆ THIRD_PARTY_DIR

const CMakeConfigStringType THIRD_PARTY_DIR
extern

◆ VERSION_COMMIT

const CMakeConfigStringType VERSION_COMMIT
extern

◆ VERSION_DATE

const CMakeConfigStringType VERSION_DATE
extern

◆ VERSION_RC

const CMakeConfigStringType VERSION_RC
extern

Referenced by Wasp::Version::GetRC().

◆ VERSION_STRING

const CMakeConfigStringType VERSION_STRING
extern

◆ VERSION_STRING_FULL

const CMakeConfigStringType VERSION_STRING_FULL
extern