diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 706ee8a7a..6ceb98168 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 diff --git a/bootstrap b/bootstrap index e6486b5b4..348b1b725 100755 --- a/bootstrap +++ b/bootstrap @@ -46,6 +46,7 @@ CMAKE_CXX_SOURCES="\ cmSystemTools \ cmGlobalUnixMakefileGenerator \ cmLocalUnixMakefileGenerator \ + cmLocalUnixMakefileGenerator2 \ cmCommands \ cmTarget \ cmCustomCommand \