diff options
author | Brad King <brad.king@kitware.com> | 2003-12-08 18:36:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-12-08 18:36:59 (GMT) |
commit | 00ae7ea261b634196ff5f77b995cbef0305ea31c (patch) | |
tree | b2d33bf877abb4dbd6a0c6d71615ae4e97e9093a /Source/CMakeLists.txt | |
parent | 380ee8ca363a70e2763b6e77c36108f1b372837d (diff) | |
download | CMake-00ae7ea261b634196ff5f77b995cbef0305ea31c.zip CMake-00ae7ea261b634196ff5f77b995cbef0305ea31c.tar.gz CMake-00ae7ea261b634196ff5f77b995cbef0305ea31c.tar.bz2 |
ENH: Using lex-based tokenizer and a simple recursive-descent parser in place of the old hand-coded parser for CMake listfiles.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3585125..1260a55 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -15,6 +15,7 @@ cmCustomCommand.cxx cmCacheManager.cxx cmSourceGroup.cxx cmListFileCache.cxx +cmListFileLexer.c cmGlob.cxx cmGlobalGenerator.cxx cmGlobalUnixMakefileGenerator.cxx |