summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio11ARMGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
| | | | | This new abstract class allows us move some logic from the cmGlobalGenerator into its own layer in a next step.
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+1
| | | | | Move adding of definitions into cmGlobalVisualStudioGenerator to share code and avoid duplicate architecture string literals.
* VS11: Add ARM architecture generator (#13077)Minmin Gong2012-05-091-0/+37