diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-15 02:03:28 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:43 +0200 |
commit | 9e1c4533b8a67ee8c90f4aa70f6974b25b55640d (patch) | |
tree | 6de7e5464f3eeb37415c61fb244f1b1fcba96a98 /src/CMakeLists.txt | |
parent | 4b8e4dae589cabef054991c08eb2cd47c867994a (diff) | |
download | minetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.tar.gz minetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.tar.bz2 minetest-9e1c4533b8a67ee8c90f4aa70f6974b25b55640d.zip |
Move tool definitions to script
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f6c567c3..85060ac70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,7 +94,6 @@ configure_file( ) set(common_SRCS - content_tool.cpp tooldef.cpp nodedef.cpp luaentity_common.cpp |