schrodinger / maeparser

maestro file parser
MIT License
23 stars 23 forks source link

Use a GLOB to find and install all headers #55

Closed ricrogz closed 5 years ago

ricrogz commented 5 years ago

Writer.hpp was not being installed with the rest of the headers.

Using a GLOB to find all hpp headers ensures that all of them will be installed, even if more headers are added later (as long as all of them have the hpp extension)