Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Consider using install( ... COMPONENT ... ) to handle the package content type. #32

Closed Knitschi closed 5 years ago

Knitschi commented 6 years ago

Currently the different content types are handled with custom targets and the install() commands install the developer files. We should consider using the COMPONENT option of the install command to handle various file. Components could be

Knitschi commented 5 years ago

This is included in #36