Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 162 of file CMakeCXXCompilerId.cpp.
References info_compiler, and info_platform.
00163 { 00164 int require = 0; 00165 require += info_compiler[argc]; 00166 require += info_platform[argc]; 00167 (void)argv; 00168 return require; 00169 }
| char* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 67 of file CMakeCXXCompilerId.cpp.
| char* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 157 of file CMakeCXXCompilerId.cpp.
1.5.1