diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-08 20:59:27 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-08 20:59:27 (GMT) |
commit | 6112e7fc160e611e2b7e299dec5b67dacc3e4c49 (patch) | |
tree | f752adadaab48dcffde487533848ff0e47f2fd6b /Source/CMakeLists.txt | |
parent | 93f806e5636f7131ddbea40b1567385efc849d73 (diff) | |
download | CMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.zip CMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.tar.gz CMake-6112e7fc160e611e2b7e299dec5b67dacc3e4c49.tar.bz2 |
add support for vs 71
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index ad46956..bbfaf53 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -72,6 +72,7 @@ IF (WIN32) cmGlobalNMakeMakefileGenerator.cxx cmGlobalVisualStudio6Generator.cxx cmLocalVisualStudio6Generator.cxx + cmGlobalVisualStudio71Generator.cxx cmGlobalVisualStudio7Generator.cxx cmLocalVisualStudio7Generator.cxx cmGlobalBorlandMakefileGenerator.h |