nmwsharp / geometry-central

Applied 3D geometry in C++, with a focus on surface meshes.
https://geometry-central.net
MIT License
1.01k stars 141 forks source link

Support installation through CMake #129

Open PierceLBrooks opened 1 year ago

PierceLBrooks commented 1 year ago

This change will ensure proper behavior is exhibited when the CMAKE_INSTALL_PREFIX is specified by the user during build configuration so that artifacts are installed to their desired location.