Forceflow / libmorton

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

include folder #63

Closed jorgen closed 3 years ago

jorgen commented 3 years ago

It would be great if you could put the libmorton folder inside a include folder in the repository. In my project I download and unpack releases (tags) from github. I then set the includepath so that I can do

include <libmorton/morton.h>

in my include files. However, to achieve this now I have to set the root project folder in the include path, making it possible to include all .gitattributes etc etc. It would therefor be nice if there was another directory that I could put in my includepath.

Forceflow commented 3 years ago

Yeah, a recent Cmake contributor changed that. Make a PR against dev, verify that cmake still works and I'll happily merge.

Forceflow commented 3 years ago

Merged, closing