Add early OS X compiling support from @Zorro666 - still non-functional!

* Build with cmake -DENABLE_VULKAN=OFF -DENABLE_QRENDERDOC=OFF
This commit is contained in:
baldurk
2016-05-31 12:05:45 +02:00
parent c0e0b105e4
commit c1f66de413
26 changed files with 956 additions and 108 deletions
+2
View File
@@ -32,6 +32,8 @@
#define RENDERDOC_CC __cdecl
#elif defined(__linux__)
#define RENDERDOC_CC
#elif defined(__APPLE__)
#define RENDERDOC_CC
#else
#error "Unknown platform"
#endif