BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.8k stars 122 forks source link

Installation of third party headers #131

Open starseeker opened 7 months ago

starseeker commented 7 months ago

When building geogram in a minimalist configuration, I noticed that the lua third party headers are installed, even though lua is disabled for my build. That got me wondering - are the third party headers like lua and zlib necessary for client codes that are using the geogram headers, or are they only needed at build time?

It's not a major issue either way, but since I'm doing a minimalist build I thought it was worth asking if those headers are intended to be a part of the "minimalist" install or simply get installed automatically regardless of build settings - if the latter is the case, would a pull request trimming down which headers are installed be of interest?