tanis2000/binocle-c
src/deps/sdl/cmake/sdlchecks.cmake
:62
check_c_source_compiles("
#include <fcntl.h>
int flag = O_CLOEXEC;
int main(int argc, char **argv) { return 0; }" HAVE_O_CLOEXEC)