Improve CMake macOS build

Now actually builds on macOS.

Closes #9
This commit is contained in:
Ryan Schmidt
2022-03-16 23:46:19 -05:00
parent d470bb5eeb
commit e78b01a5f3
2 changed files with 30 additions and 4 deletions

View File

@@ -20,7 +20,9 @@
#include "IGpVOSEventQueue.h"
#include <string>
#ifdef __MACOS__
#include "MacInit.h"
#endif
GpXGlobals g_gpXGlobals;