diff options
author | Minmin Gong <minmin.gong@gmail.com> | 2012-05-09 08:08:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-05-09 13:12:13 (GMT) |
commit | 0fa3d093693642a2b6535b93ea99344397f79267 (patch) | |
tree | 097012fc1239c1e2000da07fe027ae9044a5c434 /Source/CMakeLists.txt | |
parent | c5a67a7fec2dde8caba8044de3699331a89db020 (diff) | |
download | CMake-0fa3d093693642a2b6535b93ea99344397f79267.zip CMake-0fa3d093693642a2b6535b93ea99344397f79267.tar.gz CMake-0fa3d093693642a2b6535b93ea99344397f79267.tar.bz2 |
VS11: Add ARM architecture generator (#13077)
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index c01c490..b923136 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -337,6 +337,8 @@ IF (WIN32) cmGlobalVisualStudio11Generator.cxx cmGlobalVisualStudio11Win64Generator.h cmGlobalVisualStudio11Win64Generator.cxx + cmGlobalVisualStudio11ARMGenerator.h + cmGlobalVisualStudio11ARMGenerator.cxx cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator.h cmGlobalWatcomWMakeGenerator.cxx |