Skip to content

cmTarget: Some micro optimizations

In cmTarget

  • Use a helper function for appending to lists to reduce code size
  • Initialize std::vector only on demand and scoped

Merge request reports