SSVOpenHexagon
SSVOpenHexagon copied to clipboard
Changes towards OSX building
- Make CMake work with OSX
- Add needed third-party libraries
TODO: Will not compile because of problems with std::chrono.
Hey @duck-37, I would appreciate OSX support! Are you still working on this?
Hey @duck-37, I would appreciate OSX support! Are you still working on this?
Not at the moment as I don't know exactly where to continue here. The only remaining issue is the conflict between high_resolution_clock and system_clock, and that means I need to modify the database code to use system_clock. Though it's mostly abstracted away, I don't know whether it'll cause issues somewhere else down the line.