Sign in
android
/
platform
/
prebuilts
/
cmake
/
linux-x86
/
091caafda44f7fe52a94387b2eafcf204ea909d3
/
.
/
share
/
cmake-3.2
/
Modules
/
CMakeTestGNU.c
blob: 933e5a212b36ebe0f9a4120c8fcd6ac61d635679 [
file
] [
log
] [
blame
]
#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