summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-16 13:03:28 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:46 +0200
commitc0f6395cf09f658eb95365c60f67b8a89104cb23 (patch)
tree045d2e1713acc39948280b9ca29dc474b8807418 /src/CMakeLists.txt
parent50d63e4b0ac15ded5a9fb684586a88a91366d067 (diff)
downloadminetest-c0f6395cf09f658eb95365c60f67b8a89104cb23.tar.gz
minetest-c0f6395cf09f658eb95365c60f67b8a89104cb23.tar.bz2
minetest-c0f6395cf09f658eb95365c60f67b8a89104cb23.zip
Node definition names
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 85060ac70..9c6419fcb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -94,6 +94,7 @@ configure_file(
)
set(common_SRCS
+ nameidmapping.cpp
tooldef.cpp
nodedef.cpp
luaentity_common.cpp