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

Optionally print a list with all target names at the end of the generate step. #54

Open Knitschi opened 4 years ago

Knitschi commented 4 years ago

In practise it is often neccessary to look up the names of the custom targets. To make it easier for developers we should add a global variable that can be used to switch on printing a list with all targets at the end of the generate step.