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 /bootstrap | |
parent | 1a4037c15a8d0514aa3ce21687def2ce7b1a5572 (diff) | |
download | CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.zip CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.tar.gz CMake-3e59af4dcd9a59aee5d2089d26c4b92f781d55a2.tar.bz2 |
ENH: Added cmLocalUnixMakefileGenerator2 to build.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ CMAKE_CXX_SOURCES="\ cmSystemTools \ cmGlobalUnixMakefileGenerator \ cmLocalUnixMakefileGenerator \ + cmLocalUnixMakefileGenerator2 \ cmCommands \ cmTarget \ cmCustomCommand \ |