summaryrefslogtreecommitdiffstats
path: root/Source/cmMessenger.h
Commit message (Collapse)AuthorAgeFilesLines
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+6
|
* cmMessenger: Extract from cmake classStephen Kelly2016-08-251-0/+44
This way messages can be issued independent of the cmake instance. It is now possible to make DisplayMessage a virtual interface and override it to handle messages in the cmake-gui or future IDE interaction interfaces.