diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-17 19:43:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-17 19:43:11 (GMT) |
commit | 58f671bb1ca501726afbffa748d0ee72375bba05 (patch) | |
tree | 5030d8625c0027e598a77808cded2d551c6e1ec1 /Source/CMakeLists.txt | |
parent | 9eb207aa89256f30947feb031717050aa5a16aae (diff) | |
download | CMake-58f671bb1ca501726afbffa748d0ee72375bba05.zip CMake-58f671bb1ca501726afbffa748d0ee72375bba05.tar.gz CMake-58f671bb1ca501726afbffa748d0ee72375bba05.tar.bz2 |
ENH: add support for vs 9 win64
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 d4ec11a..e821f91 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -233,6 +233,8 @@ IF (WIN32) cmGlobalVisualStudio9Generator.h cmGlobalVisualStudio8Win64Generator.cxx cmGlobalVisualStudio8Win64Generator.h + cmGlobalVisualStudio9Win64Generator.cxx + cmGlobalVisualStudio9Win64Generator.h cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator.h cmGlobalWatcomWMakeGenerator.cxx |