tanis2000/binocle-c
src/deps/sdl/cmake/sdlchecks.cmake
:724
check_c_source_compiles("
#include <GL/gl.h>
#include <GL/glext.h>
int main(int argc, char** argv) { return 0; }" HAVE_OPENGL)