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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index 29fba50..b5dc0be 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -29,6 +29,7 @@ cmTarget.o \ cmCustomCommand.o \ cmCacheManager.o \ cmCableClassSet.o \ +cmListFileCache.o \ cmSourceGroup.o DEPENDS = $(srcdir)/*.h cmConfigure.h |