diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-02-10 02:13:03 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-10 02:13:03 +0200 |
| commit | 1704badc306fc8c7c6609aff9f809aee3ac00d3a (patch) | |
| tree | 76e1ba37bb0ec12bb744a6015f56613ba088e148 /src/CMakeLists.txt | |
| parent | 949383a2f7c0707667f76615fc748ff4879e2cc1 (diff) | |
| download | dragonfireclient-1704badc306fc8c7c6609aff9f809aee3ac00d3a.tar.xz | |
work-in-progress texture atlas optimization
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 de8e93e04..071beeadc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -75,6 +75,7 @@ set(minetest_SRCS guiPauseMenu.cpp irrlichtwrapper.cpp client.cpp + tile.cpp main.cpp ) |
