summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-07-29 18:42:56 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-07-29 18:42:56 +0200
commit220ff9fe52fb2940f71592f121e6238203eae902 (patch)
treeac4a9384211a3c67bc800b46b69db1e1b46e3d46 /src/CMakeLists.txt
parent7c5a3514dd6e907866bddcbb09b4d9cbd958dd8e (diff)
downloadcolobot-220ff9fe52fb2940f71592f121e6238203eae902.tar.gz
colobot-220ff9fe52fb2940f71592f121e6238203eae902.tar.bz2
colobot-220ff9fe52fb2940f71592f121e6238203eae902.zip
CCamera rewrite
Rewritten old code; doesn't compile yet because changes in other modules are needed.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3896e40..9bcd288 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -67,7 +67,7 @@ common/iman.cpp
# common/restext.cpp
common/stringutils.cpp
graphics/core/color.cpp
-graphics/engine/camera.cpp
+# graphics/engine/camera.cpp # new code but depends on other modules
graphics/engine/cloud.cpp
graphics/engine/engine.cpp
graphics/engine/lightman.cpp