diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-13 15:00:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-13 15:00:29 (GMT) |
commit | 29f7e505a50f502ab54c97f86d8b714184aed8ad (patch) | |
tree | f37987e1022912c6d194d6c04d628ac7e41a4b14 /bootstrap | |
parent | 385cced66c27658e93c5b63ddc3424da0feb8a61 (diff) | |
download | CMake-29f7e505a50f502ab54c97f86d8b714184aed8ad.zip CMake-29f7e505a50f502ab54c97f86d8b714184aed8ad.tar.gz CMake-29f7e505a50f502ab54c97f86d8b714184aed8ad.tar.bz2 |
ENH: Use the new parser that supports nested variables
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ CMAKE_CXX_SOURCES="\ cmake \ cmakewizard \ cmakemain \ + cmCommandArgumentLexer \ + cmCommandArgumentParser \ + cmCommandArgumentParserHelper \ cmDepends \ cmDependsC \ cmMakeDepend \ |