PolarSSL v1.1.4
Macros | Functions | Variables
CMakeCCompilerId.c File Reference

Go to the source code of this file.

Macros

#define COMPILER_ID   ""
#define PLATFORM_ID   "Windows"
#define ARCHITECTURE_ID   ""

Functions

int main (int argc, char *argv[])

Variables

char const * info_compiler = "]"
char const * info_platform = "]"
char const * info_arch = "]"

Macro Definition Documentation

#define ARCHITECTURE_ID   ""

Definition at line 206 of file CMakeCCompilerId.c.

#define COMPILER_ID   ""

Definition at line 92 of file CMakeCCompilerId.c.

#define PLATFORM_ID   "Windows"

Definition at line 116 of file CMakeCCompilerId.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 223 of file CMakeCCompilerId.c.

References info_arch, info_compiler, and info_platform.

Variable Documentation

char const* info_arch = "]"

Definition at line 214 of file CMakeCCompilerId.c.

Referenced by main().

char const* info_compiler = "]"

Definition at line 100 of file CMakeCCompilerId.c.

Referenced by main().

char const* info_platform = "]"

Definition at line 213 of file CMakeCCompilerId.c.

Referenced by main().