summaryrefslogtreecommitdiffstats
path: root/Source/cmPathLabel.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use containers of labeled search paths instead of individual membersChuck Atkins2014-11-121-0/+41
Manage classes of search paths in labeled containers. This removes the need to have a seperate member variable for each type of search path, but also allows path types to be grouped togethor in various different ways and manipulated as subsets of the full set of search paths.