aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-23 18:31:31 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-23 18:31:31 +0300
commit1995b59320fe0fdced55c4605635f38cc42768f1 (patch)
treef3d919f91bfc599110d901fe769e5b761403ecc7 /src/CMakeLists.txt
parent9f17664336e15b987045e0db453c012691ab852c (diff)
downloaddragonfireclient-1995b59320fe0fdced55c4605635f38cc42768f1.tar.xz
Code refactoring; split half of main.cpp to game.cpp.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index aea98e19d..9d9524eab 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -90,6 +90,7 @@ set(minetest_SRCS
guiPauseMenu.cpp
client.cpp
tile.cpp
+ game.cpp
main.cpp
)