Forceflow / libmorton

C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
MIT License
593 stars 71 forks source link

Fix compilation errors and add CMake scripts #42

Closed shohirose closed 4 years ago

shohirose commented 4 years ago

Hi Danger,

I fixed some compilation errors which occurred in my environment, msys2 with mingw64:

In addition, I added cmake scripts for cross-platform builds. I hope these changes will help you.

Best, Sho

shohirose commented 4 years ago

I am sorry but I made some mistake. I will close this pull request to fix it.

Forceflow commented 4 years ago

Okay - please reopen with a new request, your fixes seem welcome!