CMakeCXXCompilerId.cpp File Reference

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 "]"


Function Documentation

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 }


Variable Documentation

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.


Generated on Mon Jun 22 04:00:22 2009 for Fennel by  doxygen 1.5.1