https://github.com/Kitware/CMake
Revision 676ed21c66b7e4297f655110e2164ff22916127c authored by Bill Hoffman on 30 October 2006, 14:17:00 UTC, committed by Bill Hoffman on 30 October 2006, 14:17:00 UTC
1 parent bf29553
Raw File
Tip revision: 676ed21c66b7e4297f655110e2164ff22916127c authored by Bill Hoffman on 30 October 2006, 14:17:00 UTC
ENH: move from main tree
Tip revision: 676ed21
CMakeTestGNU.c
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
void THIS_IS_GNU();
#endif
#ifdef __MINGW32__
void THIS_IS_MINGW();
#endif
#ifdef __CYGWIN__
void THIS_IS_CYGWIN();
#endif
back to top