diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-13 16:38:14 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:41 +0200 |
commit | 5fc791ac9a15ea6f234ca2d23041c83679255746 (patch) | |
tree | 079a5b2d0b2131aa545a6e0f13d3c9b362382168 /src/CMakeLists.txt | |
parent | 72884bf85fe71ddab69cdb94262d8c650359f265 (diff) | |
download | minetest-5fc791ac9a15ea6f234ca2d23041c83679255746.tar.gz minetest-5fc791ac9a15ea6f234ca2d23041c83679255746.tar.bz2 minetest-5fc791ac9a15ea6f234ca2d23041c83679255746.zip |
Move tool stuff to tool.{h,cpp}
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 ca5a7756d..cc783855c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,6 +94,7 @@ configure_file( ) set(common_SRCS + tool.cpp mapnode_contentfeatures.cpp luaentity_common.cpp scriptapi.cpp |