Updated CMake build script for Windows. Moving away from MinGW requirement for build
This commit is contained in:
@@ -43,11 +43,11 @@
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#include <sys/socket.h>
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include "SysUtils.h"
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/syscall.h>
|
||||
|
||||
Reference in New Issue
Block a user