|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| char * | name |
| size_t | name_size |
| cmBool | env |
Represents the name of the variable that the set command is modifying.
| cmBool cmSetKey::env |
Indicates whether or not this is an environment variable.
| char* cmSetKey::name |
The name of the variable being modified.
| size_t cmSetKey::name_size |
The number of characters in the name.
1.8.12