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/CMakeLib.dsp | |
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/CMakeLib.dsp')
-rw-r--r-- | Source/CMakeLib.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CMakeLib.dsp b/Source/CMakeLib.dsp index 9ca40b0..4400e53 100644 --- a/Source/CMakeLib.dsp +++ b/Source/CMakeLib.dsp @@ -117,6 +117,10 @@ SOURCE=.\cmDSWWriter.cxx # End Source File
# Begin Source File
+SOURCE=.\cmListFileCache.cxx
+# End Source File
+# Begin Source File
+
SOURCE=.\cmMakeDepend.cxx
# End Source File
# Begin Source File
|