Revert "Revert "Build System Updated""

This commit is contained in:
Alex
2019-10-13 18:49:16 -07:00
committed by GitHub
parent 7edfdbd9db
commit 058a722569
191 changed files with 10469 additions and 14086 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
SET(common_sources
base_packet.cpp
+4
View File
@@ -13,6 +13,10 @@
#ifndef WIN32
extern "C" { //the perl headers dont do this for us...
#endif
#if _MSC_VER
#define __inline__ __inline
#define __builtin_expect
#endif
#include <perl.h>
#include <XSUB.h>
#ifndef WIN32