Browse Source

ENH: Added cmLocalUnixMakefileGenerator2 to build.

Brad King 21 years ago
parent
commit
3e59af4dcd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Source/CMakeLists.txt
  2. 1 0
      bootstrap

+ 1 - 0
Source/CMakeLists.txt

@@ -21,6 +21,7 @@ cmGlobalGenerator.cxx
 cmGlobalUnixMakefileGenerator.cxx
 cmLocalGenerator.cxx
 cmLocalUnixMakefileGenerator.cxx
+cmLocalUnixMakefileGenerator2.cxx
 cmVariableWatch.cxx
 cmVersion.cxx
 cmake.h

+ 1 - 0
bootstrap

@@ -46,6 +46,7 @@ CMAKE_CXX_SOURCES="\
   cmSystemTools \
   cmGlobalUnixMakefileGenerator \
   cmLocalUnixMakefileGenerator \
+  cmLocalUnixMakefileGenerator2 \
   cmCommands \
   cmTarget \
   cmCustomCommand \