diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-28 22:28:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-28 22:28:31 (GMT) |
commit | 5edd7673e1c7182c748584839ab1dec9712150b3 (patch) | |
tree | b781cf2b2427d8e8b9d7da52774597e597487c50 /Source/CMakeLists.txt | |
parent | 91f27f6fbc3b1cc2423b09864438f59057e6665f (diff) | |
download | CMake-5edd7673e1c7182c748584839ab1dec9712150b3.zip CMake-5edd7673e1c7182c748584839ab1dec9712150b3.tar.gz CMake-5edd7673e1c7182c748584839ab1dec9712150b3.tar.bz2 |
ENH: add caching for the input CMakeList.txt files, 2X speed up
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 84d5042..f38b693 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -24,6 +24,7 @@ cmCustomCommand.cxx cmCacheManager.cxx cmCableClassSet.cxx cmSourceGroup.cxx +cmListFileCache.cxx ) # configure the .h file |