tanis2000/binocle-c
src/deps/sdl/cmake/sdlchecks.cmake
:852
check_c_source_compiles("
#include <pthread.h>
int main(int argc, char** argv) {
pthread_attr_t type;
pthread_attr_init(&type);
return 0;
}" HAVE_PTHREADS)