Factor out common custom command generator
The Makefile, VS, and Xcode generators previously duplicated some custom command line generation code. Factor this out into a separate class cmCustomCommandGenerator shared by all generators.
Showing
- Source/CMakeLists.txt 2 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmCustomCommandGenerator.cxx 58 additions, 0 deletionsSource/cmCustomCommandGenerator.cxx
- Source/cmCustomCommandGenerator.h 37 additions, 0 deletionsSource/cmCustomCommandGenerator.h
- Source/cmGlobalXCodeGenerator.cxx 6 additions, 25 deletionsSource/cmGlobalXCodeGenerator.cxx
- Source/cmLocalUnixMakefileGenerator3.cxx 7 additions, 20 deletionsSource/cmLocalUnixMakefileGenerator3.cxx
- Source/cmLocalVisualStudioGenerator.cxx 8 additions, 31 deletionsSource/cmLocalVisualStudioGenerator.cxx
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment