Skip to content

cmGeneratorTarget: Split implementation into multiple source files

Brad King requested to merge brad.king/cmake:split-cmGeneratorTarget into master

cmGeneratorTarget.cxx has grown very large. Some compilers, such as XLClang 16.1, seem to miscompile it. Factor out groups of related methods into dedicated source files. This also improves organization of the implementation.

Merge request reports