diff options
author | sfan5 <sfan5@live.de> | 2016-12-23 13:48:32 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2017-01-02 15:28:06 +0100 |
commit | 523f0e8c5bce0cb58215dc1f9d027cf32394e3c3 (patch) | |
tree | ba8cbd3e60947573fcb6065f4caf5b3152cccb93 /src/CMakeLists.txt | |
parent | e2e8da5ee44f71c22996a780caff67e48e79fae4 (diff) | |
download | minetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.tar.gz minetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.tar.bz2 minetest-523f0e8c5bce0cb58215dc1f9d027cf32394e3c3.zip |
Move TileAnimation code to seperate file
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3aa645df9..51cf88063 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -459,6 +459,7 @@ set(common_SRCS staticobject.cpp subgame.cpp terminal_chat_console.cpp + tileanimation.cpp tool.cpp treegen.cpp version.cpp |