summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-05-08 15:39:05 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-05-11 11:28:48 +0200
commit8c9797abc90506a22ac8dc1ea43cdf6b57ecab3d (patch)
tree70f7739b9ff448bece034eb30771e45af02f223f /CMakeLists.txt
parentcbac636ef17bd733594e8d62b9387a43206847f6 (diff)
filetime.{h|cpp} renamed to fastfileinfo.{h|cpp}
Change-Id: Icfddf57d4bea5e7c609afe19693bdc991128daec Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0b9c42..b861f45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ set(JOM_SRCS
src/jomlib/commandexecutor.cpp
src/jomlib/dependencygraph.cpp
src/jomlib/exception.cpp
- src/jomlib/fileinfo.cpp
+ src/jomlib/fastfileinfo.cpp
src/jomlib/filetime.cpp
src/jomlib/helperfunctions.cpp
src/jomlib/iocompletionport.cpp
@@ -65,7 +65,7 @@ set(JOM_SRCS
src/jomlib/targetexecutor.cpp
src/jomlib/dependencygraph.h
src/jomlib/exception.h
- src/jomlib/fileinfo.h
+ src/jomlib/fastfileinfo.h
src/jomlib/filetime.h
src/jomlib/helperfunctions.h
src/jomlib/macrotable.h