Introduce "build feature" lookup framework
This creates cmTarget::GetFeature and cmMakefile::GetFeature methods to query "build feature" properties. These methods handle local-to-global scope and per-configuration property lookup. Specific build features will be defined later.
Showing
- Source/cmLocalGenerator.cxx 20 additions, 0 deletionsSource/cmLocalGenerator.cxx
- Source/cmLocalGenerator.h 4 additions, 0 deletionsSource/cmLocalGenerator.h
- Source/cmMakefile.cxx 25 additions, 0 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 2 additions, 0 deletionsSource/cmMakefile.h
- Source/cmMakefileTargetGenerator.cxx 12 additions, 0 deletionsSource/cmMakefileTargetGenerator.cxx
- Source/cmMakefileTargetGenerator.h 4 additions, 0 deletionsSource/cmMakefileTargetGenerator.h
- Source/cmTarget.cxx 20 additions, 0 deletionsSource/cmTarget.cxx
- Source/cmTarget.h 2 additions, 0 deletionsSource/cmTarget.h
Loading
Please register or sign in to comment