diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-04 02:16:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-04 02:16:41 (GMT) |
commit | a0fb6e97dbe4338c400311eb3e15d6627c77dfa5 (patch) | |
tree | b4562d0b07fc2c0a71d962fd28fc8aa2f528167a /bootstrap | |
parent | 5da91858618d33c78532bcfdd012e7544844dd40 (diff) | |
download | CMake-a0fb6e97dbe4338c400311eb3e15d6627c77dfa5.zip CMake-a0fb6e97dbe4338c400311eb3e15d6627c77dfa5.tar.gz CMake-a0fb6e97dbe4338c400311eb3e15d6627c77dfa5.tar.bz2 |
ENH: fix bootstrap, maybe this should somehow grep awk the sources from the cmakelist file....
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ CMAKE_CXX_SOURCES="\ cmGlobalXCodeGenerator \ cmLocalXCodeGenerator \ cmXCodeObject \ + cmXCode21Object \ cmLocalUnixMakefileGenerator3 \ cmBootstrapCommands \ cmCommands \ |