summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-01-20 10:34:57 +0100
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-01-20 11:42:03 +0100
commit7715ee8e03cb108c2d56b0149425717e1181d4d9 (patch)
tree6a8410b7f93de433ae48e1adfc96dee71b408968 /CMakeLists.txt
parent37e1790422708f7d2a385e4823613010a9c1709a (diff)
fix regression wrt target names, surrounded by double quotes
Better fix. We're now using a custon FileInfo class that handles filenames, surrounded by double quotes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9befdc..52b4c75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,8 @@ endif(MSVC)
set(JOM_MOCS src/app/targetexecutor.h
src/app/commandexecutor.h)
-set(JOM_SRCS src/app/macrotable.cpp
+set(JOM_SRCS src/app/fileinfo.cpp
+ src/app/macrotable.cpp
src/app/makefile.cpp
src/app/exception.cpp
src/app/dependencygraph.cpp