summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-05-17 18:58:41 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-05-17 18:58:41 (GMT)
commit8f635d0268be899286669f1a8be5da6c97671470 (patch)
treee4e67fab8d580c57a12ae3380eacc550190a56b4 /Source/CMakeLists.txt
parentc47f90487413703a1306cc0a0f03c05b981c2c2a (diff)
parent5af93bb9879b95364af792b59325c23698ecf55a (diff)
downloadCMake-8f635d0268be899286669f1a8be5da6c97671470.zip
CMake-8f635d0268be899286669f1a8be5da6c97671470.tar.gz
CMake-8f635d0268be899286669f1a8be5da6c97671470.tar.bz2
Merge topic 'vs11-arm-generator'
5af93bb VS11: Fix ARM architecture hint typo (#13077) 0fa3d09 VS11: Add ARM architecture generator (#13077)
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
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