Added building for arm, x86, and x64 with Gradle. This only builds ntcore currently, I'm working getting Google Test to work.

This commit is contained in:
Fredric Silberberg
2015-08-14 20:06:31 -07:00
parent 80247e98e5
commit 9458da0454
3 changed files with 124 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <cstring>
#ifdef _WIN32
#include <WinSock2.h>
#pragma comment(lib, "Ws2_32.lib")
#else
#include <arpa/inet.h>
#include <netinet/in.h>