chr1shr / voro

Voro++: a three-dimensional Voronoi cell library in C++
Other
154 stars 44 forks source link

add lib name for options to avoid naming conflicts in cmake interface. #14

Closed xarthurx closed 3 years ago

xarthurx commented 3 years ago

I added the lib to my project and the current option name is a bit confusing. Small modification to add a prefix for the option name.

xarthurx commented 3 years ago

BTW, would it be convenient to add a GitHub action to auto compile the lib, so that it works for multi-platform?

ltalirz commented 3 years ago

BTW, would it be convenient to add a GitHub action to auto compile the lib, so that it works for multi-platform?

I'd say yes - this also goes together with https://github.com/chr1shr/voro/issues/11