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

Factor the doxygen target out in its own package. #37

Closed Knitschi closed 5 years ago

Knitschi commented 5 years ago

The target is currently added by calling cpfAddGlobalMonolithicDocumentationTarget() in cpfAddPackages(). We should move this in a separate CMakeLists file and add the function call there. Then we can add all global doxygen files to that package and re-use them for other build-projects.

Knitschi commented 5 years ago

The final changes are done with ede0240db9ac7f530139c73598fa19c2c6b8647b.