summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CMakeLists.txt1
-rwxr-xr-xbootstrap1
2 files changed, 2 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
diff --git a/bootstrap b/bootstrap
index e6486b5..348b1b7 100755
--- a/bootstrap
+++ b/bootstrap
@@ -46,6 +46,7 @@ CMAKE_CXX_SOURCES="\
cmSystemTools \
cmGlobalUnixMakefileGenerator \
cmLocalUnixMakefileGenerator \
+ cmLocalUnixMakefileGenerator2 \
cmCommands \
cmTarget \
cmCustomCommand \