crossuo/crossuo
deps/sdl-2.0.10-c1be3add38/CMakeLists.txt
:502
check_c_source_compiles("
#if !defined(__GNUC__) || __GNUC__ < 4
#error SDL only uses visibility attributes in GCC 4 or newer
#endif
int main(int argc, char **argv) {}" HAVE_GCC_FVISIBILITY)