diff options
author | Brad King <brad.king@kitware.com> | 2004-10-26 16:54:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-10-26 16:54:51 (GMT) |
commit | 3e59af4dcd9a59aee5d2089d26c4b92f781d55a2 (patch) | |
tree | ed9bd33f5244c42ea650f63eef7e2d5156f4afc7 /Source/CMakeLists.txt | |
parent | 1a4037c15a8d0514aa3ce21687def2ce7b1a5572 (diff) | |
download | CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.zip CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.tar.gz CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.tar.bz2 |
ENH: Added cmLocalUnixMakefileGenerator2 to build.
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 706ee8a..6ceb981 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -21,6 +21,7 @@ cmGlobalGenerator.cxx cmGlobalUnixMakefileGenerator.cxx cmLocalGenerator.cxx cmLocalUnixMakefileGenerator.cxx +cmLocalUnixMakefileGenerator2.cxx cmVariableWatch.cxx cmVersion.cxx cmake.h |