-
- Downloads
cmLocalGenerator: Refactor custom command generator construction
Add support for constructing and using multiple generators for one custom command. cmGeneratorTarget contains a code path that needs this behavior when used with Ninja but not other generators, so use virtual dispatch through cmLocalGenerator.
Showing
- Source/cmGeneratorTarget.cxx 8 additions, 7 deletionsSource/cmGeneratorTarget.cxx
- Source/cmLocalGenerator.cxx 9 additions, 0 deletionsSource/cmLocalGenerator.cxx
- Source/cmLocalGenerator.h 4 additions, 0 deletionsSource/cmLocalGenerator.h
- Source/cmLocalNinjaGenerator.cxx 89 additions, 78 deletionsSource/cmLocalNinjaGenerator.cxx
- Source/cmLocalNinjaGenerator.h 3 additions, 0 deletionsSource/cmLocalNinjaGenerator.h
Loading
Please register or sign in to comment