diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-12 17:36:07 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-12 17:36:07 (GMT) |
commit | 775c3495e215ed1a9604ec045465483360704b52 (patch) | |
tree | d5a21196e3786aa4e3215359a56554013db6fe87 /Source/CMakeLists.txt | |
parent | b93359f41d50a86c3ab91733f8f4069e3bb1e158 (diff) | |
download | CMake-775c3495e215ed1a9604ec045465483360704b52.zip CMake-775c3495e215ed1a9604ec045465483360704b52.tar.gz CMake-775c3495e215ed1a9604ec045465483360704b52.tar.bz2 |
ENH: Add file time comparison code
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 21334b2..970d11b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -115,6 +115,8 @@ SET(SRCS cmMakefile.cxx cmMakefile.h cmOrderLinkDirectories.cxx + cmFileTimeComparison.cxx + cmFileTimeComparison.h cmSourceFile.cxx cmSourceFile.h cmSourceGroup.cxx |