-
- Downloads
Add global generator factory method to get list of known platforms
Add a `cmGlobalGeneratorFactory::GetKnownPlatforms` method to return a list of known possible values for `CMAKE_GENERATOR_PLATFORM`. Implement the method for each generator by referencing the list of possible values documented in `Help/generator/*.rst` for it. Co-Author: Julien Jomier <julien.jomier@kitware.com>
Showing
- Source/cmGlobalGeneratorFactory.h 10 additions, 0 deletionsSource/cmGlobalGeneratorFactory.h
- Source/cmGlobalVisualStudio10Generator.cxx 9 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.cxx
- Source/cmGlobalVisualStudio11Generator.cxx 16 additions, 0 deletionsSource/cmGlobalVisualStudio11Generator.cxx
- Source/cmGlobalVisualStudio12Generator.cxx 9 additions, 0 deletionsSource/cmGlobalVisualStudio12Generator.cxx
- Source/cmGlobalVisualStudio14Generator.cxx 9 additions, 0 deletionsSource/cmGlobalVisualStudio14Generator.cxx
- Source/cmGlobalVisualStudio9Generator.cxx 16 additions, 0 deletionsSource/cmGlobalVisualStudio9Generator.cxx
- Source/cmGlobalVisualStudioVersionedGenerator.cxx 20 additions, 0 deletionsSource/cmGlobalVisualStudioVersionedGenerator.cxx
- Source/cmGlobalXCodeGenerator.cxx 5 additions, 0 deletionsSource/cmGlobalXCodeGenerator.cxx
- Source/cmake.cxx 1 addition, 0 deletionsSource/cmake.cxx
- Source/cmake.h 1 addition, 0 deletionsSource/cmake.h
Loading
Please register or sign in to comment