summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-13 16:54:01 +0100
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-18 15:09:10 +0100
commit6f24c4e93f6ae897b793f894b67543d86c7de477 (patch)
tree0394dff24abf759349bcc6c2914b4fb126e394a4 /bootstrap
parentb06f8c93e5bc65394fe55b3f7ae923fe296048b3 (diff)
downloadcmake-6f24c4e93f6ae897b793f894b67543d86c7de477.tar.gz
New cmFileTime class
The new cmFileTime class stores the file modification time as an OS independent nanosecond count. Its main use is to load and compare file modification times in nanosecond and second resolution.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index af050244b1..77293c8602 100755
--- a/bootstrap
+++ b/bootstrap
@@ -304,6 +304,7 @@ CMAKE_CXX_SOURCES="\
cmFileCommand \
cmFileCopier \
cmFileInstaller \
+ cmFileTime \
cmFileTimeComparison \
cmFindBase \
cmFindCommon \