diff options
author | Brad King <brad.king@kitware.com> | 2011-09-23 13:07:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-09-23 14:10:01 (GMT) |
commit | 3d5632ed59d3d46298304d20d3f11f9d1da02f93 (patch) | |
tree | 808deb3a6b06fd4ea925218cb54f5c1d9b138b9a /Source/CMakeLists.txt | |
parent | 8c280435dfd746a897f6ce6696ba27571f195424 (diff) | |
download | CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.zip CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.tar.gz CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.tar.bz2 |
Add Visual Studio 11 generator for x86 and x64 tools
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 96b3ea0..ba41d98 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -324,6 +324,10 @@ IF (WIN32) cmGlobalVisualStudio10Win64Generator.cxx cmGlobalVisualStudio10IA64Generator.h cmGlobalVisualStudio10IA64Generator.cxx + cmGlobalVisualStudio11Generator.h + cmGlobalVisualStudio11Generator.cxx + cmGlobalVisualStudio11Win64Generator.h + cmGlobalVisualStudio11Win64Generator.cxx cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator.h cmGlobalWatcomWMakeGenerator.cxx |