diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-05 20:00:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-05 20:00:15 (GMT) |
commit | dd09d880656c71421acfd73776eac92c3f3ef77a (patch) | |
tree | 3465702ff785e584151c8f760d64b4aabe65a2a2 /Source/CMakeLists.txt | |
parent | a01badcc7a8d4813d2eb84923c4e03447745657e (diff) | |
download | CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.zip CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.tar.gz CMake-dd09d880656c71421acfd73776eac92c3f3ef77a.tar.bz2 |
Add JOM support and clean up some of the tar -E stuff
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 96b0e4e..ecbecaf 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -281,6 +281,8 @@ IF (WIN32) cmGlobalMinGWMakefileGenerator.cxx cmGlobalNMakeMakefileGenerator.cxx cmGlobalNMakeMakefileGenerator.h + cmGlobalJOMMakefileGenerator.cxx + cmGlobalJOMMakefileGenerator.h cmGlobalVisualStudio6Generator.cxx cmGlobalVisualStudio6Generator.h cmGlobalVisualStudio71Generator.cxx |