summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-12-08 18:36:59 (GMT)
committerBrad King <brad.king@kitware.com>2003-12-08 18:36:59 (GMT)
commit00ae7ea261b634196ff5f77b995cbef0305ea31c (patch)
treeb2d33bf877abb4dbd6a0c6d71615ae4e97e9093a /Source/CMakeLists.txt
parent380ee8ca363a70e2763b6e77c36108f1b372837d (diff)
downloadCMake-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.txt1
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