summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-01-08 10:49:47 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-08 12:16:06 +0100
commiteb2c19bbedecb5f42c946b0c14466abc0b109825 (patch)
tree30caf4e08c1bdff6a385f6c8710c088832aa74d7 /src/CMakeLists.txt
parentb0746834cc44af1086c83715d0d6f749f653f29a (diff)
downloadminetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.gz
minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.bz2
minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.zip
Move ClientEnvironment to dedicated cpp/header files
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 507624753..5228eb9ac 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -508,6 +508,7 @@ set(client_SRCS
${client_irrlicht_changes_SRCS}
camera.cpp
client.cpp
+ clientenvironment.cpp
clientmap.cpp
clientmedia.cpp
clientobject.cpp