Skip to content

cmStringAlgorithms: Add cmExpandList functions

Sebastian Holtermann requested to merge sebholt/cmake:cmExpandList into master

This adds the following functions to cmStringAlgorithms:

  • cmExpandList: Moved from cmSystemTools::ExpandListArgument
  • cmExpandedList: Moved from cmSystemTools::ExpandedListArgument
  • cmExpandLists: Moved from cmSystemTools::ExpandLists
  • cmExpandedLists: Moved from cmSystemTools::ExpandedLists

Merge request reports