Go to the source code of this file.
Defines | |
| #define | COMPILER_ID "" |
| #define | PLATFORM_ID "" |
Functions | |
| int | main () |
Variables | |
| char * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
| #define COMPILER_ID "" |
Definition at line 74 of file CMakeCCompilerId.c.
| #define PLATFORM_ID "" |
Definition at line 158 of file CMakeCCompilerId.c.
| int main | ( | ) |
Definition at line 12 of file CMakeCCompilerId.c.
| char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 82 of file CMakeCCompilerId.c.
| char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 166 of file CMakeCCompilerId.c.
1.5.6